/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfileop.c | 562 shfo.pFrom = buf; in test_delete() 646 shfo.pFrom = ""; in test_delete() 727 shfo.pFrom = from; in test_rename() 856 shfo.pFrom = "\0"; in test_rename() 892 shfo.pFrom = from; in test_copy() 1051 shfo.pFrom = from; in test_copy() 1527 shfo.pFrom = from; in test_copy() 1592 shfo.pFrom = from; in test_copy() 1913 shfo.pFrom = from; in test_move() 1976 shfo.pFrom = from; in test_move() [all …]
|
H A D | recyclebin.c | 71 shfo.pFrom = buf; in test_query_recyclebin()
|
H A D | generated.c | 1086 TEST_FIELD_SIZE (SHFILEOPSTRUCTA, pFrom, 8) in test_pack_SHFILEOPSTRUCTA() 1087 TEST_FIELD_ALIGN (SHFILEOPSTRUCTA, pFrom, 8) in test_pack_SHFILEOPSTRUCTA() 1088 TEST_FIELD_OFFSET(SHFILEOPSTRUCTA, pFrom, 16) in test_pack_SHFILEOPSTRUCTA() 1117 TEST_FIELD_SIZE (SHFILEOPSTRUCTW, pFrom, 8) in test_pack_SHFILEOPSTRUCTW() 1118 TEST_FIELD_ALIGN (SHFILEOPSTRUCTW, pFrom, 8) in test_pack_SHFILEOPSTRUCTW() 1119 TEST_FIELD_OFFSET(SHFILEOPSTRUCTW, pFrom, 16) in test_pack_SHFILEOPSTRUCTW() 2904 TEST_FIELD_SIZE (SHFILEOPSTRUCTA, pFrom, 4) in test_pack_SHFILEOPSTRUCTA() 2905 TEST_FIELD_ALIGN (SHFILEOPSTRUCTA, pFrom, 1) in test_pack_SHFILEOPSTRUCTA() 2906 TEST_FIELD_OFFSET(SHFILEOPSTRUCTA, pFrom, 8) in test_pack_SHFILEOPSTRUCTA() 2935 TEST_FIELD_SIZE (SHFILEOPSTRUCTW, pFrom, 4) in test_pack_SHFILEOPSTRUCTW() [all …]
|
H A D | brsfolder.c | 246 shfileop.pFrom = test_folder_path; in test_click_make_new_folder_button()
|
/reactos/dll/win32/shell32/droptargets/ |
H A D | CRecyclerDropTarget.cpp | 57 FileOp.pFrom = (LPWSTR) (((byte*) lpdf) + lpdf->pFiles);; in _DoDeleteDataObject() 60 …TRACE("Deleting file (just the first) = %s, allowundo: %d\n", debugstr_w(FileOp.pFrom), (FileOp.fF… in _DoDeleteDataObject()
|
H A D | CFSDropTarget.cpp | 113 fop.pFrom = pwszSrcPathsList; in _CopyItems() 702 op.pFrom = pszSrcList; in _DoDrop()
|
/reactos/sdk/lib/atl/ |
H A D | atlcom.h | 844 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() 886 static HRESULT copy(T **pTo, T **pFrom) in copy() argument 888 *pTo = *pFrom; in copy()
|
/reactos/dll/shellext/mydocs/ |
H A D | CMyDocsDropHandler.cpp | 144 fileop.pFrom = pszzSrcList; in Drop()
|
/reactos/base/applications/setup16/ |
H A D | main.c | 45 fileop.pFrom = pszFrom; in DeleteDirectory()
|
/reactos/sdk/include/psdk/ |
H A D | shellapi.h | 348 LPCSTR pFrom; member 358 LPCWSTR pFrom; member
|
/reactos/dll/win32/shell32/ |
H A D | shlfileop.cpp | 1070 errCode = _ConvertAtoW(lpFileOp->pFrom, &nFileOp.pFrom, TRUE); in SHFileOperationA() 1097 if (nFileOp.pFrom) in SHFileOperationA() 1098 HeapFree(GetProcessHeap(), 0, (PVOID) nFileOp.pFrom); in SHFileOperationA() 2010 if ((ret = parse_file_list(&flFrom, lpFileOp->pFrom))) in SHFileOperationW()
|
H A D | brfolder.cpp | 596 fileop.pFrom = szzFrom; in BrFolder_Delete()
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 1335 FileOp.pFrom = szCurFile; in Preview_Delete()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | install.c | 3014 shfl.pFrom = path; in delete_cab_files() 3548 shfl.pFrom = path; in delete_pfmsitest_files()
|
H A D | action.c | 2426 shfl.pFrom = path; in delete_pfmsitest_files()
|
/reactos/dll/win32/wininet/ |
H A D | urlcache.c | 1750 shfos.pFrom = path; in cache_container_delete_dir()
|
/reactos/sdk/include/dxsdk/ |
H A D | dmusici.h | 1379 …_int64 i64StartTime, IDirectMusicSegmentState **ppSegmentState, IUnknown *pFrom, IUnknown *pAudioP… in DECLARE_INTERFACE_()
|