ObjAuto.TCallingConvention

From Référence RAD Studio VCL
Jump to: navigation, search

Informations Delphi

De ObjAuto.pas

TCallingConvention = {
	ccRegister,
	ccCdecl,
	ccPascal,
	ccStdCall,
	ccSafeCall
};


Unité : ObjAuto

Type : énumération

Informations C++

De ObjAuto.hpp

enum TCallingConvention{
	ccRegister,
	ccCdecl,
	ccPascal,
	ccStdCall,
	ccSafeCall
};


Unité : ObjAuto

Type : énumération


Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !

Personal tools