API:System.Win.Registry.TRegKeyInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TRegKeyInfo = record
    NumSubKeys: Integer;
    MaxSubKeyLen: Integer;
    NumValues: Integer;
    MaxValueLen: Integer;
    MaxDataLen: Integer;
    FileTime: TFileTime;
  end;

C++

struct DECLSPEC_DRECORD TRegKeyInfo
{
public:
    int NumSubKeys;
    int MaxSubKeyLen;
    int NumValues;
    int MaxValueLen;
    int MaxDataLen;
    _FILETIME FileTime;
};

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 !