// 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 referenceNo description available.
This topic describes the GET_DEVICE_RESET_STATUS callback function.
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.