3.10.4.1.8 FormatName (Opnum 14)

The FormatName method is received by the server in an RPC_REQUEST packet. In response, the server returns the format name of the referenced queue.

 [propget] HRESULT FormatName(
   [out, retval] BSTR* pbstrFormatName
 );

pbstrFormatName: A pointer to BSTR that specifies the format name of the referenced queue.

Return Values: The method MUST return S_OK (0x00000000).

When processing this call, the server MUST abide by the following contract:

  • Set the pbstrFormatName output parameter to the value of the QueueFormatName instance variable.

  • Return S_OK (0x00000000), and take no further action.