Home
last modified time | relevance | path

Searched refs:lpIDList (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/win32/shell32/
H A Dshlexec.cpp1378 pidl = (LPITEMIDLIST)sei->lpIDList; in shellex_get_dataobj()
1511 if (sei->lpIDList) in shellex_get_contextmenu()
1513 pidl = (LPITEMIDLIST)sei->lpIDList; in shellex_get_contextmenu()
1747 buffer, target, (LPITEMIDLIST)sei->lpIDList, NULL, &resultLen, in SHELL_translate_idlist()
2081 SHGetPathFromIDListW((LPCITEMIDLIST)sei_tmp.lpIDList, wszApplicationName); in SHELL_execute()
2083 TRACE("-- idlist=%p (%s)\n", sei_tmp.lpIDList, debugstr_w(wszApplicationName)); in SHELL_execute()
2344 sei.lpIDList = 0; in ShellExecuteA()
2506 sei.lpIDList = 0; in ShellExecuteW()
2537 seiW.lpIDList = 0; in WOWShellExecute()
2753 if (info.lpIDList) in ShellExecCmdLine()
[all …]
H A DCShellDispatch.cpp144 sei.lpIDList = const_cast<LPITEMIDLIST>(pidl); in SHELL_OpenFolder()
H A DCDefaultContextMenu.cpp1326 sei.lpIDList = pidlFull; in InvokePidl()
H A DCShellLink.cpp2658 sei.lpIDList = m_pPidl; in DoOpen()
/reactos/modules/rostests/winetests/shell32/
H A Dgenerated.c973 TEST_FIELD_SIZE (SHELLEXECUTEINFOA, lpIDList, 8) in test_pack_SHELLEXECUTEINFOA()
974 TEST_FIELD_ALIGN (SHELLEXECUTEINFOA, lpIDList, 8) in test_pack_SHELLEXECUTEINFOA()
975 TEST_FIELD_OFFSET(SHELLEXECUTEINFOA, lpIDList, 64) in test_pack_SHELLEXECUTEINFOA()
1017 TEST_FIELD_SIZE (SHELLEXECUTEINFOW, lpIDList, 8) in test_pack_SHELLEXECUTEINFOW()
1018 TEST_FIELD_ALIGN (SHELLEXECUTEINFOW, lpIDList, 8) in test_pack_SHELLEXECUTEINFOW()
1019 TEST_FIELD_OFFSET(SHELLEXECUTEINFOW, lpIDList, 64) in test_pack_SHELLEXECUTEINFOW()
2791 TEST_FIELD_SIZE (SHELLEXECUTEINFOA, lpIDList, 4) in test_pack_SHELLEXECUTEINFOA()
2792 TEST_FIELD_ALIGN (SHELLEXECUTEINFOA, lpIDList, 1) in test_pack_SHELLEXECUTEINFOA()
2793 TEST_FIELD_OFFSET(SHELLEXECUTEINFOA, lpIDList, 36) in test_pack_SHELLEXECUTEINFOA()
2835 TEST_FIELD_SIZE (SHELLEXECUTEINFOW, lpIDList, 4) in test_pack_SHELLEXECUTEINFOW()
[all …]
H A Dshlexec.c607 sei.lpIDList=NULL; in shell_execute_ex_()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dshellfs.cpp202 shexinfo.lpIDList = &*shell_path; in launch_entry()
205 SHAddToRecentDocs(SHARD_PIDL, shexinfo.lpIDList); in launch_entry()
/reactos/modules/rostests/apitests/shell32/
H A DShellExecuteEx.cpp387 ShellExecInfo.lpIDList = pidl; in test_sei_lpIDList()
401 ShellExecInfo.lpIDList = pidl; in test_sei_lpIDList()
H A DShellExecCmdLine.cpp225 if (info.lpIDList) in ShellExecCmdLine()
226 CoTaskMemFree(info.lpIDList); in ShellExecCmdLine()
/reactos/dll/win32/shdocvw/
H A DCFavBand.cpp163 info.lpIDList = pidlTarget; in OnSelectionChanged()
H A DCNSCBand.cpp658 sei.lpIDList = m_pidlRoot; in OnCommand()
/reactos/sdk/include/psdk/
H A Dshellapi.h321 PVOID lpIDList; member
338 PVOID lpIDList; member
/reactos/dll/win32/browseui/shellbars/
H A DCISFBand.cpp604 shexinfo.lpIDList = m_pidl; in InvokeCommand()
/reactos/dll/shellext/netshell/
H A Dshfldr_netconnect.cpp837 PCUITEMID_CHILD pidl = ILFindLastID((ITEMIDLIST*)pei->lpIDList); in Execute()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.cpp1337 shexinfo.lpIDList = &*shell_path; in ActivateEntry()
1340 SHAddToRecentDocs(SHARD_PIDL, shexinfo.lpIDList); in ActivateEntry()
/reactos/modules/rosapps/applications/devutils/shlextdbg/
H A Dshlextdbg.cpp672 sei.lpIDList = pidl; in wmain()