DsGetDcClose function
The DsGetDcClose function closes a domain controller enumeration operation.
Syntax
VOID WINAPI DsGetDcClose( _In_ HANDLE GetDcContextHandle );
Parameters
- GetDcContextHandle [in]
-
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
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
DsGetDcCloseW (Unicode) |
See also
Show: