TCVModInfo = packed record ModName: PChar; LibName: PChar; UserData: Pointer; end;
struct TCVModInfo { const char * ModName; const char * LibName; void * UserData; };
System
This is record System.TCVModInfo.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|