NAME

AreFileApisANSI  (KERNEL32.@)

SYNOPSIS

 BOOL AreFileApisANSI
 (
 )

DESCRIPTION

Determines if file functions are using ANSI.

RETURNS

TRUE: Set of file functions is using ANSI code page

FALSE: Set of file functions is using OEM code page

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/file.c". source.winehq.org/source/dlls/kernel32/file.c

Debug channel "file".


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