System.TCVModInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

    TCVModInfo = packed record
        ModName: _PAnsiChr;
        LibName: _PAnsiChr;
        UserData: Pointer;
        end;

C++

struct DECLSPEC_DRECORD TCVModInfo
{
public:
    char *ModName;
    char *LibName;
    void *UserData;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.pas
System.hpp
System System

Beschreibung

Wird intern verwendet.

TCVModInfo wird intern vom Delphi-Compiler verwendet.

Siehe auch