[To be supplied.]
[Visual Basic] Public Shared Function GetManagedThunkForUnmanagedMethodPtr( _ ByVal pfnMethodToWrap As Integer, _ ByVal pbSignature As Integer, _ ByVal cbSignature As Integer _ ) As Integer [C#] public static int GetManagedThunkForUnmanagedMethodPtr( int pfnMethodToWrap, int pbSignature, int cbSignature ); [C++] public: static int GetManagedThunkForUnmanagedMethodPtr( int pfnMethodToWrap, int pbSignature, int cbSignature ); [JScript] public static function GetManagedThunkForUnmanagedMethodPtr( pfnMethodToWrap : int, pbSignature : int, cbSignature : int ) : int;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace