This topic has not yet been rated - Rate this topic

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 XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Dsgetdc.h

Library

Netapi32.lib

DLL

Netapi32.dll

Unicode and ANSI names

DsGetDcCloseW (Unicode)

See also

DsGetDcOpen
Enumerating Domain Controllers
Directory Service Functions

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.