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

TRegKeyInfo est un type utilisé par la méthode GetRegKeyInfo de TRegistery pour renvoyer des informations sur la clé en cours.