SetFileApisToANSI function kernel32

void SetFileApisToANSI()

Causes the file I/O functions to use the ANSI character set code page for the current process.

void SetFileApisToANSI();

Implementation

void SetFileApisToANSI() => _SetFileApisToANSI();