PBUS_RESET_ROUTINE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 61883.h

PBUS_RESET_ROUTINE PbusResetRoutine;

void PbusResetRoutine(
  [in] PVOID Context,
  [in] PBUS_GENERATION_NODE BusResetInfo
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-61883-pbus_reset_routine)

PBUS_RESET_ROUTINE callback function

Description

This is a caller-supplied function to be called by the protocol driver when the 1394 bus is reset.

Parameters

Context [in]

Pointer to the context supplied by the caller at the Context member of the input BUS_RESET_NOTIFY structure.

BusResetInfo [in]

The bus reset information.

See also

AV_61883_REQUEST