DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-device_query_bus_specific_reset_handler)

Description

This topic describes the DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER callback function.

Parameters

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.

Return value

NTSTATUS

Remarks

See also