3.20.4.26 IUpdate::MoreInfoUrls (Opnum 34)

The IUpdate::MoreInfoUrls (opnum 34) method retrieves a collection of URLs of documents that contain more information about the update.

 HRESULT MoreInfoUrls(
   [out, retval] IStringCollection** retval
 );

retval: An IStringCollection instance containing URLs of documents that contain additional, localized information about the update. If there is no additional information for the update, the IStringCollection instance MUST be empty.

Return Values: The method MUST return information in an HRESULT data structure. The severity bit in the structure identifies the following conditions:

  • If the severity bit is set to 0, the method completed successfully.

  • If the severity bit is set to 1, the method failed and encountered a fatal error.

Exceptions Thrown: No exceptions are thrown beyond those thrown by the underlying RPC protocol [MS-RPCE].

The server SHOULD return the value of the MoreInfoUrls ADM element.