IMetaDataImport::GetNativeCallConvFromSig Method
Gets the native calling convention for the method that is represented by the specified signature pointer.
Syntax
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: See System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.