ReactOS 0.4.16-dev-205-g7b2bb7e
|
Protected Member Functions | |
HRESULT | _InitSlots () override |
void | _SaveSlots () override |
UINT | _UpdateSlots (UINT iSlot) override |
void | _SlotString (UINT iSlot, LPWSTR psz, DWORD cch) override |
HRESULT | _GetSlot (UINT iSlot, UINT *puSlot) override |
HRESULT | _RemoveSlot (UINT iSlot, UINT *puSlot) override |
Protected Member Functions inherited from CMruBase | |
HRESULT | _LoadItem (UINT iSlot) |
HRESULT | _AddItem (UINT iSlot, LPCVOID pvData, DWORD cbData) |
HRESULT | _GetItem (UINT iSlot, SLOTITEMDATA **ppItem) |
void | _DeleteItem (UINT iSlot) |
HRESULT | _GetSlotItem (UINT iSlot, SLOTITEMDATA **ppItem) |
void | _CheckUsedSlots () |
HRESULT | _UseEmptySlot (UINT *piSlot) |
Protected Attributes | |
LPWSTR | m_pszSlotData = NULL |
Protected Attributes inherited from CMruBase | |
LONG | m_cRefs = 1 |
DWORD | m_dwFlags = 0 |
BOOL | m_bNeedSave = FALSE |
BOOL | m_bChecked = FALSE |
HKEY | m_hKey = NULL |
DWORD | m_cSlotRooms = 0 |
DWORD | m_cSlots = 0 |
SLOTCOMPARE | m_fnCompare = NULL |
SLOTITEMDATA * | m_pSlots = NULL |
Friends | |
class | CMruLongList |
Additional Inherited Members | |
Static Public Member Functions inherited from CMruBase | |
static void * | operator new (size_t size) |
static void | operator delete (void *ptr) |
Definition at line 440 of file mrulist.cpp.
|
inline |
Definition at line 455 of file mrulist.cpp.
|
inlineoverride |
Definition at line 459 of file mrulist.cpp.
Implements CMruBase.
Definition at line 531 of file mrulist.cpp.
Referenced by CMruLongList::_ImportShortList(), and _RemoveSlot().
|
overrideprotectedvirtual |
Implements CMruBase.
Definition at line 465 of file mrulist.cpp.
Implements CMruBase.
Definition at line 545 of file mrulist.cpp.
|
overrideprotectedvirtual |
Implements CMruBase.
Definition at line 479 of file mrulist.cpp.
Implements CMruBase.
Definition at line 522 of file mrulist.cpp.
Implements CMruBase.
Definition at line 490 of file mrulist.cpp.
|
friend |
Definition at line 452 of file mrulist.cpp.
Definition at line 444 of file mrulist.cpp.
Referenced by _GetSlot(), _InitSlots(), _RemoveSlot(), _SaveSlots(), _UpdateSlots(), and ~CMruShortList().