Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMetaDataImport::GetNativeCallConvFromSig method

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

Syntax


HRESULT GetNativeCallConvFromSig(
  [in, size_is(cbSig)] BYTE  const,
  [in]                 ULONG cbSig,
  [out]                ULONG *pCallConv
);

Parameters

const [in]

A pointer to the metadata signature of the method to return the calling convention for.

cbSig [in]

The size in bytes of const.

pCallConv [out]

A pointer to the native calling convention.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

IDL

Rometadataapi.idl

See also

IMetaDataImport

 

 

Show: