3.10.4.1.5 Label (Opnum 11)
The Label method is received by the server in an RPC_REQUEST packet. In response, the server sets the label of the referenced queue.
-
[propput] HRESULT Label( [in] BSTR bstrLabel );
bstrLabel: A BSTR that specifies the queue label.
Return Values: The method MUST return S_OK (0x00000000).
When processing this call, the server MUST abide by the following contract:
Set the refQueue.Label to the value of the bstrLabel input parameter.
Return S_OK (0x00000000), and take no further action.