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.