The MSMQVersionBuild method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the build version number of the server.
[propget] HRESULT MSMQVersionBuild( [out, retval] short* psMSMQVersionBuild );
psMSMQVersionBuild: A pointer to a short that when successfully completed, contains the build 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 processing this call, the server 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 psMSMQVersionBuild output variable to the build version number<15> of the server.