MFC
Class CDataPathProperty
CObject
|
+--CFile
|
+--COleStreamFile
|
+--CMonikerFile
|
+--CAsyncMonikerFile
|
+--CDataPathProperty
in AFXCTL.H
- Direct Known Subclasses:
- CCachedDataPathProperty
- class CDataPathProperty
- extends CAsyncMonikerFile
CDataPathProperty - Asynchonous properties for OLE Controls
| 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 |
CDataPathProperty
public CDataPathProperty( LPCTSTR lpszPath, COleControl* pControl = NULL );
CDataPathProperty
public CDataPathProperty( COleControl* pControl = NULL );
GetControl
public COleControl* GetControl();
GetPath
public CString GetPath() const;
Open
public virtual BOOL Open( COleControl* pControl, CFileException* pError = NULL );
Open
public virtual BOOL Open( LPCTSTR lpszPath, CFileException* pError = NULL );
Open
public virtual BOOL Open( LPCTSTR lpszPath, COleControl* pControl, CFileException* pError = NULL );
Open
public virtual BOOL Open( CFileException* pError = NULL );
ResetData
public virtual void ResetData();
SetControl
public void SetControl( COleControl* pControl );
SetPath
public void SetPath( LPCTSTR lpszPath );