Searched refs:lpIDList (Results 1 – 16 of 16) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 1378 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 D | CShellDispatch.cpp | 144 sei.lpIDList = const_cast<LPITEMIDLIST>(pidl); in SHELL_OpenFolder()
|
H A D | CDefaultContextMenu.cpp | 1326 sei.lpIDList = pidlFull; in InvokePidl()
|
H A D | CShellLink.cpp | 2658 sei.lpIDList = m_pPidl; in DoOpen()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | generated.c | 973 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 D | shlexec.c | 607 sei.lpIDList=NULL; in shell_execute_ex_()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | shellfs.cpp | 202 shexinfo.lpIDList = &*shell_path; in launch_entry() 205 SHAddToRecentDocs(SHARD_PIDL, shexinfo.lpIDList); in launch_entry()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | ShellExecuteEx.cpp | 387 ShellExecInfo.lpIDList = pidl; in test_sei_lpIDList() 401 ShellExecInfo.lpIDList = pidl; in test_sei_lpIDList()
|
H A D | ShellExecCmdLine.cpp | 225 if (info.lpIDList) in ShellExecCmdLine() 226 CoTaskMemFree(info.lpIDList); in ShellExecCmdLine()
|
/reactos/dll/win32/shdocvw/ |
H A D | CFavBand.cpp | 163 info.lpIDList = pidlTarget; in OnSelectionChanged()
|
H A D | CNSCBand.cpp | 658 sei.lpIDList = m_pidlRoot; in OnCommand()
|
/reactos/sdk/include/psdk/ |
H A D | shellapi.h | 321 PVOID lpIDList; member 338 PVOID lpIDList; member
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CISFBand.cpp | 604 shexinfo.lpIDList = m_pidl; in InvokeCommand()
|
/reactos/dll/shellext/netshell/ |
H A D | shfldr_netconnect.cpp | 837 PCUITEMID_CHILD pidl = ILFindLastID((ITEMIDLIST*)pei->lpIDList); in Execute()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.cpp | 1337 shexinfo.lpIDList = &*shell_path; in ActivateEntry() 1340 SHAddToRecentDocs(SHARD_PIDL, shexinfo.lpIDList); in ActivateEntry()
|
/reactos/modules/rosapps/applications/devutils/shlextdbg/ |
H A D | shlextdbg.cpp | 672 sei.lpIDList = pidl; in wmain()
|