Share via


IMetaDataImport::GetNativeCallConvFromSig Method

Gets the native calling convention for the method that is represented by the specified signature pointer.

HRESULT GetNativeCallConvFromSig (
    void const  *pvSig,
    ULONG       cbSig,
    ULONG       *pCallConv
);

Parameters

Parameter Description

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

See Also

Reference

IMetaDataImport Interface
IMetaDataImport2 Interface
CallingConvention