Home
last modified time | relevance | path

Searched refs:pTo (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rostests/winetests/shell32/
H A Dshlfileop.c728 shfo.pTo = to; in test_rename()
893 shfo.pTo = to; in test_copy()
1052 shfo.pTo = to; in test_copy()
1549 shfo.pTo = to; in test_copy()
1593 shfo.pTo = to; in test_copy()
1614 shfo.pTo = to; in test_copy()
1641 shfo.pTo = to; in test_copy()
1675 shfo.pTo = to; in test_copy()
1731 shfo.pTo = to; in test_copy()
1914 shfo.pTo = to; in test_move()
[all …]
H A Drecyclebin.c72 shfo.pTo = NULL; in test_query_recyclebin()
H A Dgenerated.c1089 TEST_FIELD_SIZE (SHFILEOPSTRUCTA, pTo, 8) in test_pack_SHFILEOPSTRUCTA()
1090 TEST_FIELD_ALIGN (SHFILEOPSTRUCTA, pTo, 8) in test_pack_SHFILEOPSTRUCTA()
1091 TEST_FIELD_OFFSET(SHFILEOPSTRUCTA, pTo, 24) in test_pack_SHFILEOPSTRUCTA()
1120 TEST_FIELD_SIZE (SHFILEOPSTRUCTW, pTo, 8) in test_pack_SHFILEOPSTRUCTW()
1121 TEST_FIELD_ALIGN (SHFILEOPSTRUCTW, pTo, 8) in test_pack_SHFILEOPSTRUCTW()
1122 TEST_FIELD_OFFSET(SHFILEOPSTRUCTW, pTo, 24) in test_pack_SHFILEOPSTRUCTW()
2907 TEST_FIELD_SIZE (SHFILEOPSTRUCTA, pTo, 4) in test_pack_SHFILEOPSTRUCTA()
2908 TEST_FIELD_ALIGN (SHFILEOPSTRUCTA, pTo, 1) in test_pack_SHFILEOPSTRUCTA()
2909 TEST_FIELD_OFFSET(SHFILEOPSTRUCTA, pTo, 12) in test_pack_SHFILEOPSTRUCTA()
2938 TEST_FIELD_SIZE (SHFILEOPSTRUCTW, pTo, 4) in test_pack_SHFILEOPSTRUCTW()
[all …]
H A Dbrsfolder.c247 shfileop.pTo = NULL; in test_click_make_new_folder_button()
/reactos/sdk/lib/atl/
H A Datlcom.h844 static HRESULT copy(T *pTo, const T *pFrom) in copy() argument
846 memcpy(pTo, pFrom, sizeof(T)); in copy()
863 static HRESULT copy(CONNECTDATA *pTo, const CONNECTDATA *pFrom) in copy() argument
865 *pTo = *pFrom; in copy()
866 if (pTo->pUnk) in copy()
867 pTo->pUnk->AddRef(); in copy()
886 static HRESULT copy(T **pTo, T **pFrom) in copy() argument
888 *pTo = *pFrom; in copy()
889 if (*pTo) in copy()
890 (*pTo)->AddRef(); in copy()
/reactos/dll/shellext/mydocs/
H A DCMyDocsDropHandler.cpp145 fileop.pTo = szzDir; in Drop()
/reactos/base/applications/setup16/
H A Dmain.c46 fileop.pTo = NULL; in DeleteDirectory()
/reactos/sdk/include/psdk/
H A Dshellapi.h349 LPCSTR pTo; member
359 LPCWSTR pTo; member
/reactos/dll/win32/shell32/droptargets/
H A DCFSDropTarget.cpp114 fop.pTo = wszDstPath; in _CopyItems()
703 op.pTo = wszTargetPath; in _DoDrop()
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp1076 errCode = _ConvertAtoW(lpFileOp->pTo, &nFileOp.pTo, TRUE); in SHFileOperationA()
1099 if (nFileOp.pTo) in SHFileOperationA()
1100 HeapFree(GetProcessHeap(), 0, (PVOID) nFileOp.pTo); in SHFileOperationA()
2014 parse_file_list(&flTo, lpFileOp->pTo); in SHFileOperationW()
/reactos/modules/rostests/winetests/msi/
H A Dinstall.c3015 shfl.pTo = NULL; in delete_cab_files()
3549 shfl.pTo = NULL; in delete_pfmsitest_files()
H A Daction.c2427 shfl.pTo = NULL; in delete_pfmsitest_files()
/reactos/dll/win32/wininet/
H A Durlcache.c1751 shfos.pTo = NULL; in cache_container_delete_dir()