Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DsUnBind" in [All]

ntdsapi

.

         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

.

        result = DsUnBind(phDS);

.

    static extern uint DsUnBind(

.
Summary
The DsUnBind function finds an RPC session with a domain controller and unbinds a handle to the directory service (DS).
.

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

.
Documentation
[DsUnBind] on MSDN

 
Access PInvoke.net directly from VS: