To convert ANSI characters to OEM
- Use the call-by-name routine PC_WIN_CHAR_TO_OEM in your program
- Use the Win32 API call CharToOEM or CharToOEMBuff in your program (see the Microsoft Win32 SDK documentation for details of these calls).
Related Topics: