Home
last modified time | relevance | path

Searched refs:pFrom (Results 1 – 17 of 17) sorted by relevance

/reactos/modules/rostests/winetests/shell32/
H A Dshlfileop.c562 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 Drecyclebin.c71 shfo.pFrom = buf; in test_query_recyclebin()
H A Dgenerated.c1086 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 Dbrsfolder.c246 shfileop.pFrom = test_folder_path; in test_click_make_new_folder_button()
/reactos/dll/win32/shell32/droptargets/
H A DCRecyclerDropTarget.cpp57 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 DCFSDropTarget.cpp113 fop.pFrom = pwszSrcPathsList; in _CopyItems()
702 op.pFrom = pszSrcList; in _DoDrop()
/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()
886 static HRESULT copy(T **pTo, T **pFrom) in copy() argument
888 *pTo = *pFrom; in copy()
/reactos/dll/shellext/mydocs/
H A DCMyDocsDropHandler.cpp144 fileop.pFrom = pszzSrcList; in Drop()
/reactos/base/applications/setup16/
H A Dmain.c45 fileop.pFrom = pszFrom; in DeleteDirectory()
/reactos/sdk/include/psdk/
H A Dshellapi.h348 LPCSTR pFrom; member
358 LPCWSTR pFrom; member
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp1070 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 Dbrfolder.cpp596 fileop.pFrom = szzFrom; in BrFolder_Delete()
/reactos/dll/win32/shimgvw/
H A Dshimgvw.c1335 FileOp.pFrom = szCurFile; in Preview_Delete()
/reactos/modules/rostests/winetests/msi/
H A Dinstall.c3014 shfl.pFrom = path; in delete_cab_files()
3548 shfl.pFrom = path; in delete_pfmsitest_files()
H A Daction.c2426 shfl.pFrom = path; in delete_pfmsitest_files()
/reactos/dll/win32/wininet/
H A Durlcache.c1750 shfos.pFrom = path; in cache_container_delete_dir()
/reactos/sdk/include/dxsdk/
H A Ddmusici.h1379 …_int64 i64StartTime, IDirectMusicSegmentState **ppSegmentState, IUnknown *pFrom, IUnknown *pAudioP… in DECLARE_INTERFACE_()