crashrpt
List of all members
WTL::CRecentDocumentList Class Reference
Inheritance diagram for WTL::CRecentDocumentList:
WTL::CRecentDocumentListBase< CRecentDocumentList >

Additional Inherited Members

- Public Types inherited from WTL::CRecentDocumentListBase< CRecentDocumentList >
enum  
 
- Public Member Functions inherited from WTL::CRecentDocumentListBase< CRecentDocumentList >
HMENU GetMenuHandle () const
 
void SetMenuHandle (HMENU hMenu)
 
int GetMaxEntries () const
 
void SetMaxEntries (int nMaxEntries)
 
int GetMaxItemLength () const
 
void SetMaxItemLength (int cchMaxLen)
 
BOOL AddToList (LPCTSTR lpstrDocName)
 
BOOL GetFromList (int, LPTSTR)
 
BOOL GetFromList (int nItemID, LPTSTR lpstrDocName, int cchLength)
 
BOOL GetFromList (int nItemID, _CSTRING_NS::CString &strDocName)
 
BOOL RemoveFromList (int nItemID)
 
BOOL MoveToTop (int nItemID)
 
BOOL ReadFromRegistry (LPCTSTR lpstrRegKey)
 
BOOL WriteToRegistry (LPCTSTR lpstrRegKey)
 
BOOL UpdateMenu ()
 
- Static Public Member Functions inherited from WTL::CRecentDocumentListBase< CRecentDocumentList >
static bool CompactDocumentName (LPTSTR lpstrOut, LPCTSTR lpstrIn, int cchLen)
 
static LPCTSTR GetRegKeyName ()
 
static LPCTSTR GetRegCountName ()
 
static LPCTSTR GetRegItemName ()
 
static LPCTSTR GetMRUEmptyText ()
 
- Public Attributes inherited from WTL::CRecentDocumentListBase< CRecentDocumentList >
ATL::CSimpleArray< _DocEntry > m_arrDocs
 
int m_nMaxEntries
 
HMENU m_hMenu
 
TCHAR m_szNoEntries [MAX_PATH]
 
int m_cchMaxItemLen
 

The documentation for this class was generated from the following file: