3.17.4.1.74 AdminQueueInfo_v2 (Opnum 80)

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

 [propput] HRESULT AdminQueueInfo_v2(
   [in] IMSMQQueueInfo2* ppqinfoAdmin
 );

ppqinfoAdmin: A pointer to an IMSMQQueueInfo2 interface for the MSMQQueueInfo object representing 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 pqinfoAdmin instance state.

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