The AreFileApisANSI function determines whether a set of Win32 file functions is using the ANSI or OEM character set code page. This function is useful for 8-bit console input and output operations.
BOOL AreFileApisANSI (VOID)
This function has no parameters.
If the set of Win32 file functions is using the ANSI code page, the return value is nonzero.
If the set of Win32 file functions is using the OEM code page, the return value is zero.
The SetFileApisToOEM function causes a set of Win32 file functions to use the OEM code page. The SetFileApisToANSI function causes the same set of Win32 file functions to use the ANSI code page. Use the AreFileApisANSI function to determine which code page the set of file functions is currently using. For a discussion of their usage, please refer to the Remarks sections of SetFileApisToOEM and SetFileApisToANSI.
The following is the set of Win32 file functions whose code page is ascertained by the AreFileApisANSI function:
|
|
SetFileApisToANSI, SetFileApisToOEM
See also:
| file: /Techref/os/win/api/win32/func/src/f02_20.htm, 5KB, , updated: 2000/4/7 12:19, local time: 2012/5/25 09:53,
38.107.179.233:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/os/win/api/win32/func/src/f02_20.htm"> AreFileApisANSI</A> |
| Did you find what you needed? |
|
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.