Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the native calling convention for the method that is represented by the specified signature pointer.
HRESULT GetNativeCallConvFromSig (
[in] void const *pvSig,
[in] ULONG cbSig,
[out] ULONG *pCallConv
);
Parameters
pvSig
[in] A pointer to the metadata signature of the method to return the calling convention for.cbSig
[in] The size in bytes of pvSig.pCallConv
[out] A pointer to the native calling convention.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0