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

#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
 
IBContainerContainer
 
HICON HIcon
 
IStorageStorage
 
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 
 
};  
 

Detailed Description

Definition at line 109 of file ocobject.h.

Constructor & Destructor Documentation

◆ TOcInitInfo() [1/2]

ocf::TOcInitInfo::TOcInitInfo ( IBContainer * container)

Definition at line 1097 of file ocapp.cpp.

◆ TOcInitInfo() [2/2]

ocf::TOcInitInfo::TOcInitInfo ( TOcInitHow how,
TOcInitWhere where,
IBContainer * container )

Definition at line 1107 of file ocapp.cpp.

Member Function Documentation

◆ ReleaseDataObject()

owl::uint32 ocf::TOcInitInfo::ReleaseDataObject ( )
inline

Definition at line 114 of file ocobject.h.

References ocf::iwDataObject.

Member Data Documentation

◆ [union]

union { ... } ocf::TOcInitInfo

◆ CId

owl::uint32 ocf::TOcInitInfo::CId

where == iwNew, iwNewOcx

Definition at line 128 of file ocobject.h.

◆ Container

IBContainer* ocf::TOcInitInfo::Container

Definition at line 122 of file ocobject.h.

◆ Data [1/2]

IDataObject* ocf::TOcInitInfo::Data

where == iwDataObject

Definition at line 127 of file ocobject.h.

◆ Data [2/2]

HANDLE ocf::TOcInitInfo::Data

< where == iwHandle

Definition at line 130 of file ocobject.h.

◆ DataFormat

owl::uint ocf::TOcInitInfo::DataFormat

Definition at line 131 of file ocobject.h.

◆ [struct]

struct { ... } ocf::TOcInitInfo::Handle

◆ HIcon

HICON ocf::TOcInitInfo::HIcon

Definition at line 123 of file ocobject.h.

◆ How

TOcInitHow ocf::TOcInitInfo::How

Definition at line 120 of file ocobject.h.

◆ Path

LPCOLESTR ocf::TOcInitInfo::Path

where == iwFile

Definition at line 126 of file ocobject.h.

◆ Storage

IStorage* ocf::TOcInitInfo::Storage

Definition at line 124 of file ocobject.h.

◆ Where

TOcInitWhere ocf::TOcInitInfo::Where

Definition at line 121 of file ocobject.h.


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