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

[To be supplied.]

[Visual Basic]
Public Shared Function GetUnmanagedThunkForManagedMethodPtr( _
   ByVal pfnMethodToWrap As Integer, _
   ByVal pbSignature As Integer, _
   ByVal cbSignature As Integer _
) As Integer
[C#]
public static int GetUnmanagedThunkForManagedMethodPtr(
   int pfnMethodToWrap,
   int pbSignature,
   int cbSignature
);
[C++]
public: static int GetUnmanagedThunkForManagedMethodPtr(
   int pfnMethodToWrap,
   int pbSignature,
   int cbSignature
);
[JScript]
public static function GetUnmanagedThunkForManagedMethodPtr(
   pfnMethodToWrap : int,
   pbSignature : int,
   cbSignature : int
) : int;

Parameters

pfnMethodToWrap
[To be supplied.]
pbSignature
[To be supplied.]
cbSignature
[To be supplied.]

See Also

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