home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CCachedDataPathProperty

CObject
   |
   +--CFile
         |
         +--COleStreamFile
               |
               +--CMonikerFile
                     |
                     +--CAsyncMonikerFile
                           |
                           +--CDataPathProperty
                                 |
                                 +--CCachedDataPathProperty

   in AFXCTL.H

class CCachedDataPathProperty
extends CDataPathProperty

CCachedDataPathProperty - Cached asynchonous properties for OLE Controls


Field Summary
 CMemFile m_Cache
          
   
Fields inherited from class CAsyncMonikerFile
m_pAfxBSCCurrent, m_bStopBindingReceived, m_pFormatEtc
   
Fields inherited from class COleStreamFile
m_lpStream, m_strStorageName
   
Fields inherited from class CFile
classCFile, m_hFile, m_bCloseOnDelete, m_strFileName
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
CCachedDataPathProperty( LPCTSTR lpszPath, COleControl* pControl = NULL )
          
CCachedDataPathProperty( COleControl* pControl = NULL )
          
 
Method Summary
 virtual void Close()
          
 virtual void OnDataAvailable( DWORD dwSize, DWORD bscfFlag )
          
 virtual void ResetData()
          
   
Methods inherited from class CDataPathProperty
SetPath, GetPath, GetControl, SetControl, Open, Open, Open, Open, ResetData
   
Methods inherited from class CAsyncMonikerFile
Open, Open, Open, Open, Open, Open, Open, Open, Close, GetBinding, GetFormatEtc, CreateBindStatusCallback, GetBindInfo, GetPriority, OnDataAvailable, OnLowResource, OnStartBinding, OnProgress, OnStopBinding, Read, EndCallbacks, IPTR, SetBinding, SetFormatEtc, PostBindToStream
   
Methods inherited from class CMonikerFile
Open, Open, Close, Detach, GetMoniker, CreateBindContext, Open, Attach, Open, Attach, PostBindToStream, CreateBindHost, Flush, IPTR
   
Methods inherited from class COleStreamFile
OpenStream, CreateStream, CreateMemoryStream, Attach, Detach, GetStream, GetStatus, GetPosition, GetStorageName, Duplicate, Seek, SetLength, GetLength, Read, Write, LockRange, UnlockRange, Abort, Flush, Close
   
Methods inherited from class CFile
GetRuntimeClass, HFILE, GetPosition, GetStatus, GetFileName, GetFileTitle, GetFilePath, SetFilePath, Open, Rename, Remove, GetStatus, SetStatus, SeekToEnd, SeekToBegin, ReadHuge, WriteHuge, Duplicate, Seek, SetLength, GetLength, Read, Write, LockRange, UnlockRange, Abort, Flush, Close, GetBufferPtr
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Field Detail

m_Cache

public CMemFile m_Cache;


Constructor Detail

CCachedDataPathProperty

public CCachedDataPathProperty( LPCTSTR lpszPath, COleControl* pControl = NULL );

CCachedDataPathProperty

public CCachedDataPathProperty( COleControl* pControl = NULL );


Method Detail

Close

public virtual void Close();

OnDataAvailable

public virtual void OnDataAvailable( DWORD dwSize, DWORD bscfFlag );

ResetData

public virtual void ResetData();

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD