Searched refs:m_pItems (Results 1 – 4 of 4) sorted by relevance
27 , m_pItems(NULL) in CSendToMenu()149 SENDTO_ITEM *pItems = m_pItems; in UnloadAllItems()150 m_pItems = NULL; in UnloadAllItems()204 if (m_pItems) in LoadAllItems()206 pNewItem->pNext = m_pItems; in LoadAllItems()208 m_pItems = pNewItem; in LoadAllItems()216 if (m_pItems == NULL) in InsertSendToItems()226 for (SENDTO_ITEM *pCurItem = m_pItems; pCurItem; pCurItem = pCurItem->pNext) in InsertSendToItems()
30 m_pItems(NULL), in CNewMenu()73 while (m_pItems) in UnloadAllItems()75 pCurItem = m_pItems; in UnloadAllItems()76 m_pItems = m_pItems->pNext; in UnloadAllItems()79 m_pItems = NULL; in UnloadAllItems()211 pCurItem = m_pItems = pNewItem; in CacheItems()222 for (pCurItem = m_pItems, lpValue = lpValues; pCurItem; pCurItem = pCurItem->pNext) in CacheItems()294 pCurItem = m_pItems = pNewItem; in LoadCachedItems()319 return (m_pItems != NULL); in LoadAllItems()329 if (m_pItems == NULL) in InsertShellNewItems()[all …]
62 SENDTO_ITEM *m_pItems; variable
57 SHELLNEW_ITEM *m_pItems; variable