System.Win.Registry.TRegKeyInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRegKeyInfo = record

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

TRegKeyInfo is a type used by the GetRegKeyInfo method of TRegistery to return information about the current key.