|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <ocf/ocobject.h>
Public Attributes | ||
| TOcConvertAction | Action | |
| union { | ||
| struct { | ||
| CLSID Current | ||
| CLSID New | ||
| } Clsid | ||
| struct { | ||
| owl::uint ClipFormat | ||
| } Format | ||
| struct { | ||
| HICON hIcon | ||
| } SwitchToIcon | ||
| }; | ||
Definition at line 166 of file ocobject.h.
| union { ... } ocf::TOcConvertInfo |
| TOcConvertAction ocf::TOcConvertInfo::Action |
Definition at line 167 of file ocobject.h.
| owl::uint ocf::TOcConvertInfo::ClipFormat |
Definition at line 174 of file ocobject.h.
| struct { ... } ocf::TOcConvertInfo::Clsid |
| CLSID ocf::TOcConvertInfo::Current |
Definition at line 170 of file ocobject.h.
| struct { ... } ocf::TOcConvertInfo::Format |
| HICON ocf::TOcConvertInfo::hIcon |
Definition at line 177 of file ocobject.h.
| CLSID ocf::TOcConvertInfo::New |
Definition at line 171 of file ocobject.h.
| struct { ... } ocf::TOcConvertInfo::SwitchToIcon |