RPC_NS_HANDLE
The data type RPC_NS_HANDLE defines a name-service handle.
typedef void* RPC_NS_HANDLE;
Remarks
A name-service handle is an opaque variable containing information the RPC run-time library uses to return the following RPC data from the name-service database:
- Server-binding handles
- UUIDs of resources offered by server profile members
- Group members
The scope of a name-service handle is from a "Begin" routine through the corresponding "Done" routine.
Applications are responsible for concurrency control of name-service handles across threads.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|