FileExists (SETUPAPI.@)
BOOL FileExists ( LPCWSTR lpFileName, LPWIN32_FIND_DATAW lpFileFindData )
Checks whether a file exists.
lpFileName | [In] | Name of the file to check. |
lpNewFileName | [Out] | Optional information about the existing file. |
Success: TRUE
Failure: FALSE
Declared in "include/vfw.h". gitlab.winehq.org/wine/wine/blob/master/include/vfw.h
Implemented in "dlls/setupapi/misc.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.