[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;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace