ZwLockRegistryKey

NTSTATUS __stdcall ZwLockRegistryKey(VOID *KeyHandle){
  NTSTATUS result; 

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

Referenced by:

NtLockProductActivationKeys
SepZwLockRegistryKey