RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TCVModInfo Record
Pascal
TCVModInfo = packed record
  ModName: PAnsiChar;
  LibName: PAnsiChar;
  UserData: Pointer;
end;
C++
struct TCVModInfo {
  PAnsiChar ModName;
  PAnsiChar LibName;
  void * UserData;
};

This is record System.TCVModInfo.

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