API:System.Win.Registry.TRegKeyInfo

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!