NTSTATUS __stdcall PnpCtxRegDeleteKey(HPNPCTX *hPnpCtx, VOID *hKey, WCHAR *SubKey){
VOID *v4;
__int64 v5;
v4 = 0i64;
if( hPnpCtx )
{
v5 = *((_QWORD *)hPnpCtx + 28);
if( v5 )
v4 = *(VOID **)(v5 + 8);
}
return RegRtlDeleteKeyTransacted(hKey, SubKey, v4);
}