NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AdsiBinder.ADsGetObject

[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;

Parameters

path
[To be supplied.]
iid
[To be supplied.]
ppObject
[To be supplied.]

See Also

AdsiBinder Class | AdsiBinder Members | System.DirectoryServices Namespace