IInterruptSync::Connect method (portcls.h)

The Connect method connects the synchronization object to the interrupt.

Syntax

NTSTATUS Connect();

Return value

Connect returns STATUS_SUCCESS if the call was successful. Otherwise, the method returns an appropriate error code.

Remarks

This method connects the synchronization object to the interrupt that was specified in the call to PcNewInterruptSync that created the synchronization object. The interrupt is specified in the PcNewInterruptSync function's ResourceList and ResourceIndex parameters.

Requirements

Requirement Value
Target Platform Universal
Header portcls.h (include Portcls.h)
IRQL PASSIVE_LEVEL

See also

IInterruptSync

IoConnectInterrupt

PcNewInterruptSync