TRegKeyInfo is a type used by the GetRegKeyInfo method of TRegistery.
TRegKeyInfo = record NumSubKeys: Integer; MaxSubKeyLen: Integer; NumValues: Integer; MaxValueLen: Integer; MaxDataLen: Integer; FileTime: TFileTime; end;
struct TRegKeyInfo { int NumSubKeys; int MaxSubKeyLen; int NumValues; int MaxValueLen; int MaxDataLen; TFileTime FileTime; };
TRegKeyInfo is a type used by the GetRegKeyInfo method of TRegistery to return information about the current key:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|