The KEY_BASIC_INFORMATION structure defines a subset of the full information that is available for a registry key.
typedef struct _KEY_BASIC_INFORMATION {
LARGE_INTEGER LastWriteTime;
ULONG TitleIndex;
ULONG NameLength;
WCHAR Name[1]; // Variable-length string
} KEY_BASIC_INFORMATION, *PKEY_BASIC_INFORMATION;
Defined in wdm.h and ntddk.h. Include wdm.h or ntddk.h.
KEY_FULL_INFORMATION, KEY_INFORMATION_CLASS, KEY_NODE_INFORMATION, ZwEnumerateKey, ZwQueryKey