WdipSemDeleteValueFromRegistry

NTSTATUS __stdcall WdipSemDeleteValueFromRegistry(VOID *RegKey){
  _OBJECT_TYPE *v2; 
  _UNICODE_STRING DestinationString; 

  DestinationString = 0i64;
  if( !RegKey )
    return -1073741811;
  RtlInitUnicodeString(&DestinationString, L"SEMUpdate");
  return ZwDeleteValueKey(RegKey, &DestinationString, v2);
}

Referenced by:

WdipSemLoadConfigInfo