[DllImport("ntdsapi.dll", CharSet=CharSet.Auto)]
static extern uint DsBind(
string DomainControllerName, // in, optional
string DnsDomainName, // in, optional
out IntPtr phDS);
Declare Function DsBind Lib "ntdsapi.dll" ( _
DomainControllerName As String, DnsDomainName As String, _
<Out> ByRef phDS As IntPtr) As Integer
None.
Please add some!
Please add some!
Do you know one? Please contribute it!
