3.17.4.1.24 AdminQueueInfo_v1 (Opnum 30)

The AdminQueueInfo_v1 method is received by the server in an RPC_REQUEST packet. In response, the server MUST set the represented Message.AdministrationQueueFormatName.

 [propputref] HRESULT AdminQueueInfo_v1(
   [in] IMSMQQueueInfo* pqinfoAdmin
 );

pqinfoAdmin: A pointer to an IMSMQQueueInfo interface for the MSMQQueueInfo object that represents the administration 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:

  • Obtain the QueueFormatName from the pqinfoResponse instance state.

  • Set the represented Message.AdministrationQueueFormatName to the obtained format name.