The QueueInfo method is received by the server in an RPC_REQUEST packet. In response, the server returns an MSMQQueueInfo object that represents the referenced queue.

 [propget] HRESULT QueueInfo(
   [out, retval] IMSMQQueueInfo** ppqinfo
 );

ppqinfo: A pointer to an IMSMQQueueInfo4 interface pointer that contains the MSMQQueueInfo object that represents the referenced queue.

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: