3.32.4.8 IUpdateHistoryEntry::UnmappedResultCode (Opnum 15)

The IUpdateHistoryEntry::UnmappedResultCode (opnum 15) method retrieves an unmapped result code from the operation. If the operation produced a result code that is not an HRESULT, the unmapped result code SHOULD be set to that original result code. Otherwise, the unmapped result code SHOULD be 0x00000000.

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

retval: An unmapped code describing the result of the operation. If no unmapped result code exists, retval MUST be set to 0.

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 UnmappedResultCode ADM element.