RpcNsProfileEltInqDone
The RpcNsProfileEltInqDone
function deletes the inquiry context for viewing the elements in a profile.
#include <rpc.h>
RPC_STATUS RPC_ENTRY RpcNsProfileEltInqDone(
RPC_NS_HANDLE * InquiryContext |
|
); |
|
Parameters
InquiryContext
Points to a
name-service handle to free. The name-service handle InquiryContext
points to is created by calling the RpcNsProfileEltInqBegin routine.
An argument
value of NULL is returned.
Remarks
Note This DCE
function is not supported by the Microsoft Locator.
The RpcNsProfileEltInqDone
routine frees an inquiry context created by calling the RpcNsProfileEltInqBegin
routine.
An
application calls RpcNsProfileEltInqDone after viewing profile elements
using the RpcNsProfileEltInqNext routine.
Return Values
Value |
Meaning |
RPC_S_OK |
Success |
See Also