NTSTATUS __stdcall PoFxPlatformRequestHandler(POFX_CALLBACK_REQUEST_PARAMETERS *Parameters){
NTSTATUS v1;
v1 = 0;
if( !*Parameters )
return PopFxAcpiDispatchNotification(Parameters + 4);
if( *Parameters == 1 || *Parameters != 2 || Parameters[4] != 1 )
return -1073741637;
*((_BYTE *)Parameters + 20) = PopFxAcpiPepRegistered;
return v1;
}