PiPnpRtlGetDeviceStatus

NTSTATUS __fastcall PiPnpRtlGetDeviceStatus(
        INT64 a1,
        _UNICODE_STRING *a2,
        UINT64 *a3,
        UINT64 *a4,
        INT64 *ProblemStatus,
        INT64 a6){
  UINT64 Flags; 

  LODWORD(Flags) = a6;
  return PlugPlayGetDeviceStatus(a2, a3, a4, ProblemStatus, Flags);
}

Referenced by:

No references.