3.6.4.6 ICategory::Order (Opnum 13)

The ICategory::Order (opnum 13) method retrieves the recommended display order of the update category among its siblings.

 HRESULT Order(
   [out, retval] LONG* retval
 );

retval: MUST be set to a value indicating the recommended display order of this category among its siblings. A category with a lesser Order value is recommended to be displayed before a category with a greater Order value.

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].

This method SHOULD return the value of the Order ADM element.