OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
stgdoc.cpp File Reference

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)
 

Functions

long ocf::IosToStgOpenMode (int omode)
 
long ocf::IosToStgShareMode (int omode)
 
long ocf::IosToStgTempMode (int omode)
 
long ocf::IosToStgMode (int omode)
 
int ocf::StgToIosOpenMode (long grfMode)
 
int ocf::StgToIosShareMode (long grfMode)
 
int ocf::StgToIosTempMode (long grfMode)
 
int ocf::StgToIosMode (long grfMode)
 
 ocf::IMPLEMENT_STREAMABLE1 (TStorageDocument, TDocument)
 

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)
 

Detailed Description

Implementation of classes TStorageDocument, TDocFile, and associated streams.

Definition in file stgdoc.cpp.

Macro Definition Documentation

◆ RefCountCheck

#define RefCountCheck ( si)

Definition at line 34 of file stgdoc.cpp.