DsBind (ntdsapi)
Last changed: stefan.cuypers@pandora.be-213.118.174.16

.
Summary
TODO - a short description

C# Signature:

[DllImport("ntdsapi.dll", CharSet=CharSet.Auto)]
static extern uint DsBind(
   string DomainControllerName,      // in, optional
   string DnsDomainName,         // in, optional
   out IntPtr phDS);

VB Signature:

Declare Function DsBind Lib "ntdsapi.dll" ( _
   DomainControllerName As String, DnsDomainName As String, _
   <Out> ByRef phDS As IntPtr) As Integer

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DsBind on MSDN