// 61883.h
PBUS_RESET_ROUTINE PbusResetRoutine;
void PbusResetRoutine(
[in] PVOID Context,
[in] PBUS_GENERATION_NODE BusResetInfo
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
This is a caller-supplied function to be called by the protocol driver when the 1394 bus is reset.
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.