AdvInstallFileW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

AdvInstallFileW (ADVPACK.@)

SYNOPSIS

HRESULT AdvInstallFileW
 (
  HWND    hwnd,
  LPCWSTR lpszSourceDir,
  LPCWSTR lpszSourceFile,
  LPCWSTR lpszDestDir,
  LPCWSTR lpszDestFile,
  DWORD   dwFlags,
  DWORD   dwReserved
 )

DESCRIPTION

Copies a file from the source to a destination.

PARAMS

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.

RETURNS

Success: S_OK.

Failure: E_FAIL.

NOTES

If lpszDestFile is NULL, the destination filename is the same as lpszSourceFIle.

IMPLEMENTATION

Defined in "advpub.h".

Implemented in "dlls/advpack/files.c".

Debug channel "advpack".