OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of classes TStorageDocument, TDocFile, and associated streams. More...
#include <ocf/pch.h>
#include <owl/docview.h>
#include <owl/string.h>
#include <ocf/stgdoc.h>
#include <stdio.h>
#include <streambuf>
Go to the source code of this file.
Namespaces | |
namespace | ocf |
Object Component Framework (COM encapsulation) | |
Macros | |
#define | RefCountCheck(si) |
Variables | |
const int | ocf::B_size = 516 |
const TCHAR | ocf::DefaultStreamName [] = _T("Contents") |
const int | ocf::stgRdWrMask = (int)(STGM_READWRITE | STGM_READ | STGM_WRITE) |
const int | ocf::stgShareMask |
const long | ocf::stgModeMask = (STGM_TRANSACTED | STGM_PRIORITY | STGM_CONVERT) |
Implementation of classes TStorageDocument, TDocFile, and associated streams.
Definition in file stgdoc.cpp.
Definition at line 34 of file stgdoc.cpp.