Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DEVICE_BUS_SPECIFIC_RESET_HANDLER callback function (wdm.h)

This topic describes the DEVICE_BUS_SPECIFIC_RESET_HANDLER callback function.

Syntax

DEVICE_BUS_SPECIFIC_RESET_HANDLER DeviceBusSpecificResetHandler;

NTSTATUS DeviceBusSpecificResetHandler(
 [in] PVOID InterfaceContext,
 [in] const GUID *BusType,
 [in] DEVICE_BUS_SPECIFIC_RESET_TYPE ResetTypeSelected,
 [in] PBUS_SPECIFIC_RESET_FLAGS Flags,
 [in] PVOID ResetParameters
)
{...}

Parameters

[in] InterfaceContext

Defines the PVOID parameter InterfaceContext.

[in] BusType

Defines the GUID parameter BusType.

[in] ResetTypeSelected

Defines the DEVICE_BUS_SPECIFIC_RESET_TYPE parameter ResetTypeSelected.

[in] Flags

Defines the PBUS_SPECIFIC_RESET_FLAGS parameter Flags.

[in] ResetParameters

Defines the PVOID parameter ResetParameters.

Return value

NTSTATUS

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wdm.h (include Wdm.h)

Feedback

Was this page helpful?

Additional resources