AdvInstallFileW (ADVPACK.@)
HRESULT AdvInstallFileW ( HWND hwnd, LPCWSTR lpszSourceDir, LPCWSTR lpszSourceFile, LPCWSTR lpszDestDir, LPCWSTR lpszDestFile, DWORD dwFlags, DWORD dwReserved )
Copies a file from the source to a destination.
hwnd | [In] | Handle to the window used for messages. |
lpszSourceDir | [In] | Source directory. |
lpszSourceFile | [In] | Source filename. |
lpszDestDir | [In] | Destination directory. |
lpszDestFile | [In] | Optional destination filename. |
dwFlags | [In] | See advpub.h. |
dwReserved | [In] | Reserved. Must be 0. |
Success: S_OK.
Failure: E_FAIL.
If lpszDestFile is NULL, the destination filename is the same as lpszSourceFIle.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/files.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advpack/files.c
Debug channel "advpack".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.