API:System.Win.Registry.TRegDataInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TRegDataInfo = record
    RegData: TRegDataType;
    DataSize: Integer;
  end;

C++

struct DECLSPEC_DRECORD TRegDataInfo
{
public:
    TRegDataType RegData;
    int DataSize;
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !