Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DsGetDcClose function closes a domain controller enumeration operation.
Syntax
DSGETDCAPI VOID DsGetDcCloseW(
[in] HANDLE GetDcContextHandle
);
Parameters
[in] GetDcContextHandle
Contains the domain controller enumeration context handle provided by the DsGetDcOpen function.
Return value
This function does not return a value.
Remarks
When this function is called, GetDcContextHandle is invalid and cannot be used.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | dsgetdc.h |
Library | Netapi32.lib |
DLL | Netapi32.dll |