Home | Info | Community | Development | myReactOS | Contact Us
[private]
Definition at line 320 of file newmenu.cpp.
Referenced by InvokeCommand().
{ if (IdOffset == 0) return NULL; /* Folder */ if (IdOffset == 1) return m_pLinkItem; /* shortcut */ /* Find shell new item */ SHELLNEW_ITEM *pItem = m_pItems; for (UINT i = 2; pItem; ++i) { if (i == IdOffset) break; pItem = pItem->pNext; } return pItem; }