Table of Contents

TatCallingConvention Enumeration

Specifies the calling convention for an external DLL function declared in a script.

Syntax

Unit: atScript

Members

Name Value Description
ccStdCall 0
ccRegister 1
ccPascal 2
ccCDecl 3
ccSafeCall 4