RpcNsProfileEltInqDone function (rpcnsi.h)
The RpcNsProfileEltInqDone function deletes the inquiry context for viewing the elements in a profile.
RPC_STATUS RpcNsProfileEltInqDone(
RPC_NS_HANDLE *InquiryContext
);
InquiryContext
Pointer to a name-service handle to free. The name-service handle that InquiryContext points to is created by calling the RpcNsProfileEltInqBegin function.
An argument value of NULL is returned.
Value | Meaning |
---|---|
|
The call succeeded. |
The RpcNsProfileEltInqDone function frees an inquiry context created by calling RpcNsProfileEltInqBegin.
An application calls RpcNsProfileEltInqDone after viewing profile elements using the RpcNsProfileEltInqNext function.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | rpcnsi.h (include Rpc.h) |
Library | Rpcns4.lib |
DLL | Rpcns4.dll |