Edit

Share via


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 .NET supported operating systems.

Header: Cor.h

Library: CorGuids.lib

See also