ZwNotifyChangeKey

NTSTATUS __stdcall ZwNotifyChangeKey(
        _HANDLE KeyHandle,
        _HANDLE Event,
        PIO_APC_ROUTINE ApcRoutine,
        PVOID ApcContext,
        PIO_STATUS_BLOCK IoStatusBlock,
        ULONG CompletionFilter,
        BOOL Asynchroneous,
        PVOID ChangeBuffer,
        ULONG Length,
        BOOL WatchSubtree){
  NTSTATUS result; 

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

Referenced by:

CcRegistryChangeCallback
CcSetupWatchForRegistryChanges
ExpReadLeapSecondData
IopRegistryCallback
IopRegistryInitializeCallbacks
KiRegisterForDisableFgBoostDecayRegistryNotification
PfInitializeSuperfetch
PfpParametersWatcher
PipUpdateSetupInProgressNotify
PopPowerButtonBugcheckConfigure
PopUpdateUpgradeInProgress
PspReadDfssConfigurationValues