GET_DEVICE_RESET_STATUS funzione di callback (wdm.h)
In questo argomento viene descritta la funzione di callback GET_DEVICE_RESET_STATUS.
Sintassi
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
)
{...}
Parametri
[in] InterfaceContext
Definisce il parametro PVOID InterfaceContext.
[out] IsResetting
Definisce il parametro PBOOLEAN IsResetting.
[out] ResetTypeSelected
Definisce il parametro PDEVICE_BUS_SPECIFIC_RESET_TYPEResetTypeSelected.
[out] Flags
Definisce il parametro PDEVICE_RESET_STATUS_FLAGSFlag.
Valore restituito
NTSTATUS
Fabbisogno
Requisito | Valore |
---|---|
intestazione | wdm.h (include Wdm.h) |