System.TypInfo.TCallConv

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TCallConv = (ccReg, ccCdecl, ccPascal, ccStdCall, ccSafeCall);

C++

enum DECLSPEC_DENUM TCallConv : unsigned char { ccReg, ccCdecl, ccPascal, ccStdCall, ccSafeCall };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

Enumère les conventions d'appel possibles supportées par Delphi.

TCallConv est un type d'énumération dont les valeurs décrivent les conventions d'appel possibles supportées par Delphi. Les significations des valeurs de TCallConv sont listées dans le tableau suivant.



Valeur Signification

ccReg

Identifie la convention d'appel register.

ccCdecl

Identifie la convention d'appel cdecl.

ccPascal

Identifie la convention d'appel pascal.

ccStdCall

Identifie la convention d'appel stdcall.

ccSafeCall

Identifie la convention d'appel safecall.



Voir aussi