3.17.4.1.11 Priority (Opnum 17)

The Priority method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the represented Message.Priority.

 [propget] HRESULT Priority(
   [out, retval] long* plPriority
 );

plPriority: A pointer to a long integer that identifies the priority of the message.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines:

  • Set the plPriority output parameter to the value of the represented Message.Priority.