OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <ocf/ocobject.h>
Public Member Functions | |
TOcInitInfo (IBContainer *container) | |
TOcInitInfo (TOcInitHow how, TOcInitWhere where, IBContainer *container) | |
owl::uint32 | ReleaseDataObject () |
Public Attributes | ||
TOcInitHow | How | |
TOcInitWhere | Where | |
IBContainer * | Container | |
HICON | HIcon | |
IStorage * | Storage | |
union { | ||
LPCOLESTR Path | ||
where == iwFile More... | ||
IDataObject * Data | ||
where == iwDataObject More... | ||
owl::uint32 CId | ||
where == iwNew, iwNewOcx More... | ||
struct { | ||
HANDLE Data | ||
< where == iwHandle More... | ||
owl::uint DataFormat | ||
} Handle | ||
}; | ||
Definition at line 109 of file ocobject.h.
ocf::TOcInitInfo::TOcInitInfo | ( | IBContainer * | container | ) |
ocf::TOcInitInfo::TOcInitInfo | ( | TOcInitHow | how, |
TOcInitWhere | where, | ||
IBContainer * | container ) |
|
inline |
Definition at line 114 of file ocobject.h.
References ocf::iwDataObject.
union { ... } ocf::TOcInitInfo |
owl::uint32 ocf::TOcInitInfo::CId |
where == iwNew, iwNewOcx
Definition at line 128 of file ocobject.h.
IBContainer* ocf::TOcInitInfo::Container |
Definition at line 122 of file ocobject.h.
IDataObject* ocf::TOcInitInfo::Data |
where == iwDataObject
Definition at line 127 of file ocobject.h.
HANDLE ocf::TOcInitInfo::Data |
< where == iwHandle
Definition at line 130 of file ocobject.h.
owl::uint ocf::TOcInitInfo::DataFormat |
Definition at line 131 of file ocobject.h.
struct { ... } ocf::TOcInitInfo::Handle |
HICON ocf::TOcInitInfo::HIcon |
Definition at line 123 of file ocobject.h.
TOcInitHow ocf::TOcInitInfo::How |
Definition at line 120 of file ocobject.h.
LPCOLESTR ocf::TOcInitInfo::Path |
where == iwFile
Definition at line 126 of file ocobject.h.
IStorage* ocf::TOcInitInfo::Storage |
Definition at line 124 of file ocobject.h.
TOcInitWhere ocf::TOcInitInfo::Where |
Definition at line 121 of file ocobject.h.