GET_DEVICE_RESET_STATUS fonction de rappel (wdm.h)
Cette rubrique décrit la fonction de rappel GET_DEVICE_RESET_STATUS .
Syntaxe
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
)
{...}
Paramètres
[in] InterfaceContext
Définit le paramètre PVOIDInterfaceContext.
[out] IsResetting
Définit le paramètre PBOOLEANIsResetting.
[out] ResetTypeSelected
Définit le paramètre PDEVICE_BUS_SPECIFIC_RESET_TYPEResetTypeSelected.
[out] Flags
Définit les indicateurs de paramètre PDEVICE_RESET_STATUS_FLAGS.
Valeur retournée
NTSTATUS
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | wdm.h (inclure Wdm.h) |