SetupDecompressOrCopyFileW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SetupDecompressOrCopyFileW (SETUPAPI.@)

SYNOPSIS

DWORD SetupDecompressOrCopyFileW
 (
  PCWSTR source,
  PCWSTR target,
  PUINT  type
 )

DESCRIPTION

Copy a file and decompress it if needed.

PARAMS

source [In] File to copy.

target [In] Filename of the copy.

type [In] Compression type.

RETURNS

Success: ERROR_SUCCESS

Failure: Win32 error code.

IMPLEMENTATION

Defined in "setupapi.h".

Implemented in "dlls/setupapi/misc.c".

Debug channel "setupapi".