GET_DEVICE_RESET_STATUS funzione di callback (wdm.h)
In questo argomento viene descritta la GET_DEVICE_RESET_STATUS funzione di callback.
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 PVOIDInterfaceContext.
[out] IsResetting
Definisce il parametro PBOOLEANIsResetting.
[out] ResetTypeSelected
Definisce il parametro PDEVICE_BUS_SPECIFIC_RESET_TYPEResetTypeSelected.
[out] Flags
Definisce il parametro PDEVICE_RESET_STATUS_FLAGSFlags.
Valore restituito
NTSTATUS
Requisiti
Requisito | Valore |
---|---|
Intestazione | wdm.h (include Wdm.h) |