System.TCVModInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.pas
System.hpp
System System

Description

A usage interne.

TCVModInfo est utilisé en interne par le compilateur Delphi.

Voir aussi