|
enum | |
|
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 bool | CompactDocumentName (LPTSTR lpstrOut, LPCTSTR lpstrIn, int cchLen) |
|
static LPCTSTR | GetRegKeyName () |
|
static LPCTSTR | GetRegCountName () |
|
static LPCTSTR | GetRegItemName () |
|
static LPCTSTR | GetMRUEmptyText () |
|
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: