3.17.4.1.65 MsgClass (Opnum 71)

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

 [propget] HRESULT MsgClass(
   [out, retval] long* plMsgClass
 );

plMsgClass: A pointer to a long that identifies the message type. This parameter corresponds to the MQMSGCLASS (section 2.2.2.9) enum.

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 plMsgClass output parameter to the MQMSGCLASS enum that maps to the value of the represented Message.Class.