53 is >> Enabled >> Level;
102 return s.Enabled != 0;
#define CHECKX(condition, message)
The TFileName class constructs filenames.
@ Device
Logical device or sharename.
@ Path
Directory path to the file.
@ File
Filename part without the extension.
const tstring & Canonical(bool forceUNC=false) const
Return normal fully qualified path string.
bool HasParts(uint p) const
Returns true if any of the parts specified by p are used.
An instance of TProfile encapsulates a setting within a system file, often referred to as a profile o...
bool GetString(LPCTSTR key, TCHAR *buff, unsigned buffSize, LPCTSTR defaultString=0)
Looks up and returns the string value associated with the given key string.
int GetInt(LPCTSTR key, int defaultInt=0)
Looks up and returns the integer value associated with the given string, key.
static BOOL SHGetPathFromIDList(LPCITEMIDLIST, TCHAR *)
Invokes 'SHGetPathFromIDList' indirectly.
static HRESULT SHGetSpecialFolderLocation(HWND, int, LPITEMIDLIST *)
Invokes 'SHGetSpecialFolderLocation' indirectly.
Object Windows Library (OWLNext Core)
tstring GetDiagIniFullFileName_(LPCSTR filename_)
bool GetDiagEnabled(LPCSTR filename, LPCSTR diagGroup, bool defEnabled)
Retrieves a diagnostic group's enabled flag from a private ini-file.
void InUse(const T &arg)
Handy utility to avoid compiler warnings about unused parameters.
std::istringstream tistringstream
int GetDiagLevel(LPCSTR filename, LPCSTR diagGroup, int defLevel)
Retrieves a diagnostic group's level setting from a private ini-file.
General definitions used by all ObjectWindows programs.
Definition of TProfile class.
Definitions of Win95 Shell Clases: TShellItem, TShellItemIterator, TPidl, TShellMalloc.