OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::TEventEntry Class Reference

#include <ocf/occtrl.h>

Public Member Functions

 TEventEntry ()
 
 ~TEventEntry ()
 
void Init (int index, ITypeInfo *typeInfo)
 
void Cleanup ()
 

Protected Attributes

DISPID IDOfEvent
 
owl::uint ParamCount
 
BSTRNameAndParams
 

Detailed Description

Definition at line 37 of file occtrl.h.

Constructor & Destructor Documentation

◆ TEventEntry()

ocf::TEventEntry::TEventEntry ( )

Definition at line 31 of file occtrl.cpp.

◆ ~TEventEntry()

ocf::TEventEntry::~TEventEntry ( )

Definition at line 37 of file occtrl.cpp.

References Cleanup().

Member Function Documentation

◆ Cleanup()

void ocf::TEventEntry::Cleanup ( )

Definition at line 70 of file occtrl.cpp.

References NameAndParams, and ParamCount.

◆ Init()

void ocf::TEventEntry::Init ( int index,
ITypeInfo * typeInfo )
Note
Does not invoke 'Cleanup' before initializing data member with newly retrieved information. Invoke 'Cleanup' explicitly if object has already retrieved event information.

Definition at line 48 of file occtrl.cpp.

References CHECK, IDOfEvent, NameAndParams, ParamCount, and PRECONDITION.

Member Data Documentation

◆ IDOfEvent

DISPID ocf::TEventEntry::IDOfEvent
protected

Definition at line 46 of file occtrl.h.

◆ NameAndParams

BSTR* ocf::TEventEntry::NameAndParams
protected

Definition at line 48 of file occtrl.h.

◆ ParamCount

owl::uint ocf::TEventEntry::ParamCount
protected

Definition at line 47 of file occtrl.h.


The documentation for this class was generated from the following files: