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.GetComInterfaceForObject

[To be supplied.]

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

Parameters

o
[To be supplied.]
T
[To be supplied.]

See Also

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