Searched refs:m_FolderPidl (Results 1 – 1 of 1) sorted by relevance
44 LPITEMIDLIST m_FolderPidl; member in CStartMenuBtnCtxMenu50 …hRet = m_Folder->GetUIObjectOf(m_Owner, 1, (LPCITEMIDLIST *) &m_FolderPidl, IID_NULL_PPV_ARG(ICont… in CreateContextMenuFromShellFolderPidl()166 m_FolderPidl = ILClone(ILFindLastID(pidlStart)); in QueryContextMenu()169 if (m_FolderPidl != NULL) in QueryContextMenu()211 if (SHGetPathFromIDListA(m_FolderPidl, szDir)) in InvokeCommand()240 if (m_FolderPidl) in ~CStartMenuBtnCtxMenu()241 ILFree(m_FolderPidl); in ~CStartMenuBtnCtxMenu()