.
uint ret = DsUnBind(ref handle);
.
public static extern uint DsUnBind(ref IntPtr phDS);
.
static public extern uint DsUnBind(ref IntPtr phDS);
.
NtdsHelper.DsUnBind(ref hDC);
.
Requires DsBind, recommend DsUnBind and DsFreeSchemaGuidMap
The DsBindWithCred function binds to a domain controller using the specified credentials.
4/19/2016 7:39:45 AM - stefan.cuypers@pandora.be-213.118.174.16
The DsUnBind function finds an RPC session with a domain controller and unbinds a handle to the directory service (DS).
4/19/2016 7:32:42 AM - stefan.cuypers@pandora.be-213.118.174.16
Frees memory allocated by DsMapSchemaGuids
5/2/2014 11:26:51 AM - austin.net@hotmail.com-65.89.28.232
.
result = DsUnBind(phDS);
.
static extern uint DsUnBind(
.
The DsUnBind function finds an RPC session with a domain controller and unbinds a handle to the directory service (DS).
4/19/2016 7:32:42 AM - stefan.cuypers@pandora.be-213.118.174.16
.
static public extern uint DsUnBind(ref IntPtr phDS);
.
CharSet = CharSet.Unicode, EntryPoint = "DsUnBindW", SetLastError = true)]
.
public static extern UInt32 DsUnBind(
.
Declare Function DsUnBind Lib "ntdsapi.dll" (TODO) As TODO
.