OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TModule. More...
#include <owl/pch.h>
#include <owl/defs.h>
#include <owl/module.h>
#include <owl/appdict.h>
#include <owl/applicat.h>
#include <owl/pointer.h>
#include <stdio.h>
#include <winnls.h>
#include <owl/template.h>
#include <owl/window.h>
#include <owl/framewin.h>
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | LOCKLIST(s) |
Typedefs | |
typedef WCHAR * | owl::TResText |
typedef WCHAR * | owl::TResCount |
Functions | |
long | TlsAddRefs () |
long | TlsRelease () |
owl::DIAG_DECLARE_GROUP (OwlApp) | |
owl::_OWLDATA (uint) GetWindowPtrMsgId | |
owl::IMPLEMENT_STREAMABLE (TModule) | |
ostream & | owl::operator<< (ostream &os, const TModule &m) |
Implementation of class TModule.
TModule defines the base behavior for OWL libraries and applications.
Definition in file module.cpp.
#define LOCKLIST | ( | s | ) |
Definition at line 175 of file module.cpp.
long TlsAddRefs | ( | ) |
Definition at line 761 of file thread.cpp.
long TlsRelease | ( | ) |
Definition at line 766 of file thread.cpp.