RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ObjAuto.TReturnInfo Record
Pascal
TReturnInfo = packed record
  Version: Byte;
  CallingConvention: TCallingConvention;
  ReturnType: ^PTypeInfo;
  ParamSize: Word;
end;
C++
struct TReturnInfo {
  Byte Version;
  TCallingConvention CallingConvention;
  ^PTypeInfo ReturnType;
  Word ParamSize;
};

This is record ObjAuto.TReturnInfo.

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