ZwQueryKey

NTSTATUS __stdcall ZwQueryKey(
        VOID *KeyHandle,
        _KEY_INFORMATION_CLASS KeyInformationClass,
        VOID *KeyInformation,
        UINT64 Length,
        UINT64 *ResultLength){
  NTSTATUS result; 

  _disable();
  __readeflags();
  KiServiceInternal();
  return result;
}

Referenced by:

BiOpenStoreKeyFromObject
BiZwQueryKey
CmpCloneHwProfile
CmpGetAcpiProfileInformation
CmpMoveBiosAliasTable
EmInitSystem
EtwpRemoveMicroarchitecturalPmcFromPmcGroup
HalpInitChipHacks
IopApplyMutableTagToRegistryKey
IopGetDriverNameFromKeyNode
IopGetRegistryKeyInformation
KsepRegistryQueryKeyInformation
PiDrvDbOverlayCopyKeys
PiNormalizeDeviceText
PiRearrangeDeviceInstances
PipCallbackHasDeviceOverrides
PipInitDeviceOverrideCache
PipIs32bitKey
RegRtlCopyTreeInternal
RegRtlQueryInfoKey
RtlpValidateKeyTrust
SepLoadNgenLocations
SepReadAndInsertCaps
SepReadAndPopulateCapes
VrpPostEnumerateKey