28 TModule m{
_T(
"comctl32.dll"),
true,
true,
false};
31 const auto r = getVersion(&
i);
33 return MAKELONG(
i.dwMinorVersion,
i.dwMajorVersion);
#define DIAG_DEFINE_GROUP_INIT(f, g, e, l)
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
Exception object thrown by the Common Control wrappers of ObjectWindows.
void Throw()
Method to localize the actual call to 'throw' an TXCommCtrl object.
TXCommCtrl()
Constructor of the Object thrown by the CommonControl wrappers of ObjectWindows.
static void Raise()
Constructs a TXCommCtrl exception from scratch, and throws it.
TXCommCtrl * Clone()
Route to copy an exception object.
TXOwl is root class of the ObjectWindows exception hierarchy.
Definition of classes for CommonControl encapsulation.
Object Windows Library (OWLNext Core)
void InitializeCommonControls(uint controlFlags)
Wrapper for the Windows API function InitCommmonControlsEx.
void InUse(const T &arg)
Handy utility to avoid compiler warnings about unused parameters.
auto GetCommCtrlVersion() -> DWORD
Returns the version number of the Common Control library (ComCtl32.dll).
General definitions used by all ObjectWindows programs.