PBUS_RESET_ROUTINE callback function (61883.h)
This is a caller-supplied function to be called by the protocol driver when the 1394 bus is reset.
Syntax
PBUS_RESET_ROUTINE PbusResetRoutine;
void PbusResetRoutine(
[in] PVOID Context,
[in] PBUS_GENERATION_NODE BusResetInfo
)
{...}
Parameters
[in] Context
Pointer to the context supplied by the caller at the Context member of the input BUS_RESET_NOTIFY structure.
[in] BusResetInfo
The bus reset information.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | 61883.h |