[To be supplied.]
[Visual Basic] extern Public Shared Function ADsGetObject( _ ByVal path As String, _ ByRef iid As Guid, _ ByRef ppObject As Object _ ) As Integer [C#] public static extern int ADsGetObject( string path, ref Guid iid, ref object ppObject ); [C++] public: static extern int ADsGetObject( String* path, __in Guid** iid, __in Object** ppObject ); [JScript] public static extern function ADsGetObject( path : String, iid : Guid, ppObject : Object ) : int;
AdsiBinder Class | AdsiBinder Members | System.DirectoryServices Namespace