// wdm.h
DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER DeviceQueryBusSpecificResetHandler;
NTSTATUS DeviceQueryBusSpecificResetHandler(
[in] PVOID InterfaceContext,
[out] PULONG ResetInfoCount,
[out] PDEVICE_BUS_SPECIFIC_RESET_INFO ResetInfoSupported
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER callback function.
InterfaceContext [in]Defines the PVOID parameter InterfaceContext.
ResetInfoCount [out]Defines the PULONG parameter ResetInfoCount.
ResetInfoSupported [out]Defines the PDEVICE_BUS_SPECIFIC_RESET_INFO parameter ResetInfoCount.