3.2.4.2.4 MSMQVersionMinor (Opnum 11)
The MSMQVersionMinor method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the minor version number of the server.
-
[propget] HRESULT MSMQVersionMinor( [out, retval] short* psMSMQVersionMinor );
psMSMQVersionMinor: A pointer to a short that when successfully completed, contains the minor version number of the server.
Return Values: The method MUST return S_OK (0x00000000) to indicate success or an implementation-specific error HRESULT on failure.
When the server processes this call, it MUST follow these guidelines:
If the ComputerName instance variable is not NULL, return MQ_ERROR_INVALID_PARAMETER (0xC00E0006) and take no further action.
Set the psMSMQVersionMinor output variable to the minor version number<14> of the server.