SetFileApisToOEM function kernel32

void SetFileApisToOEM()

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

void SetFileApisToOEM();

Implementation

void SetFileApisToOEM() => _SetFileApisToOEM();