NAME

FileExists  (SETUPAPI.@)

SYNOPSIS

 BOOL FileExists
 (
  LPCWSTR            lpFileName,
  LPWIN32_FIND_DATAW lpFileFindData
 )

DESCRIPTION

Checks whether a file exists.

PARAMS

lpFileName [In] Name of the file to check.
lpNewFileName [Out] Optional information about the existing file.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Declared in "shlwapi.h". https://source.winehq.org/source/include/shlwapi.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.