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!

Marshal.GetIUnknownForObject

[To be supplied.]

[Visual Basic]
Public Shared Function GetIUnknownForObject( _
   ByVal o As Object _
) As Integer
[C#]
public static int GetIUnknownForObject(
   object o
);
[C++]
public: static int GetIUnknownForObject(
   Object* o
);
[JScript]
public static function GetIUnknownForObject(
   o : Object
) : int;

Parameters

o
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace