3.10.4.1.16 Quota (Opnum 22)

The Quota method is received by the server in an RPC_REQUEST packet. In response, the server sets the maximum size, in kilobytes, of the referenced queue.

 [propput] HRESULT Quota(
   [in] long lQuota
 );

lQuota: A long that specifies the maximum size, in kilobytes, of the referenced queue.

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

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

  • Set refQueue.Quota to the value of the lQuota input parameter.

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