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: