PGET_DEVICE_RESET_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

GET_DEVICE_RESET_STATUS GetDeviceResetStatus;

NTSTATUS GetDeviceResetStatus(
  [in]  PVOID InterfaceContext,
  [out] PBOOLEAN IsResetting,
  [out] PDEVICE_BUS_SPECIFIC_RESET_TYPE ResetTypeSelected,
  [out] PDEVICE_RESET_STATUS_FLAGS Flags
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-get_device_reset_status)

Description

This topic describes the GET_DEVICE_RESET_STATUS callback function.

Parameters

InterfaceContext [in]

Defines the PVOID parameter InterfaceContext.

IsResetting [out]

Defines the PBOOLEAN parameter IsResetting.

ResetTypeSelected [out]

Defines the PDEVICE_BUS_SPECIFIC_RESET_TYPE parameter ResetTypeSelected.

Flags [out]

Defines the PDEVICE_RESET_STATUS_FLAGS parameter Flags.

Return value

NTSTATUS

Remarks

See also