CODSymbolComponent::QueueConnectionEvent

Queues a connection event to connections on a given port.

Defined in: OdSymbolComp.cpp

Syntax

QueueConnectionEvent(CODPortComponent* pPort, const int nNotifyCode, const UINT nPriority)

QueueConnectionEvent(const int nNotifyCode, const UINT nPriority)

Return Value

TRUE if event successfully queued; otherwise FALSE.

Parameters

pPort

Port to send event through.

nNotifyCode

Notification code for connection event.

nPriority

Priority for event queue.

Comments

This function sends events to connections on one or more ports. Connections act as event queues for these events, which are dispatched and routed when DispatchConnectionEvents is called.