Class Definition File | ODDSConn.idl |
Class C++ Binding | ODDSConn.xh |
Class Hierarchy |
SOMObject ODDSEventMgrEnum |
Description | This class contains a sequence of OpenDoc unique identifies that represents the event managers managed by an instance of the ODDSConnection and a cursor that moves through the sequence. This class uses the sequence to return event manager references. The ODDSConnection's CreateEventMgrEnum method must be used to create an ODDSEventMgrEnum object. |
Methods | The methods defined by the ODDSEventMgrEnum class include: |
Overridden Methods | There are no methods overridden by the ODDSEventMgrEnum class. |
This method returns the first event manager in the sequence and positions the cursor to the second in the sequence.
Signature
long First (ODDSEventMgr **eventMgr) |
Parameters
Returns
Remarks
This method returns a reference to the first sink in the event managers sink link and positions the cursor at the next item in this list.
Related Methods
This method returns a the next event manager in the sequence and positions the cursor to the next in the sequence.
Signature
long Next (ODDSEventMgr **eventMgr) |
Parameters
Returns
Remarks
This method returns the next event manager and position the cursor at the next event manager in the sequence.
Related Methods