RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IntfInfo.TCallConv Enumeration
Pascal
TCallConv = (
  ccReg,
  ccCdecl,
  ccPascal,
  ccStdCall,
  ccSafeCall
);
C++
enum TCallConv {
  ccReg,
  ccCdecl,
  ccPascal,
  ccStdCall,
  ccSafeCall
};

This is record IntfInfo.TCallConv.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!