3.12.4.1.6 ADsPath (Opnum 12)
The ADsPath method is received by the server in an RPC_REQUEST packet. In response, the server returns the directory path that identifies the Queues represented by this object.
-
[propget] HRESULT ADsPath( [out, retval] BSTR* pbstrADsPath );
pbstrADsPath: A pointer to a BSTR that contains the directory path that identifies the Queues represented by this object.
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:
Set the pbstrADsPath output parameter to the value of the DirectoryPath instance variable.
Return S_OK (0x00000000), and take no further action.