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

Declared in "setupapi.h". https://source.winehq.org/source/include/setupapi.h

Implemented in "dlls/setupapi/misc.c". https://source.winehq.org/source/dlls/setupapi/misc.c

Debug channel "setupapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.