Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - ansitooem() translates a window string into the oem msdos http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 AnsiToOem()            Translates a Window string into the OEM MsDos
--------------------------------------------------------------------------------

   Syntax:              AnsiToOem( <cWindowText> )  -->  <cOemText>

   Parameters:

   <cWindowText>        The Window string to convert into OEM format.

   Returns:

   <cOemText>           The equivalent OEM string.

   Observations          Normally all the data that you capture from MsDos
                        into a DBF is stored as OEM text. In this situation
                        you may call OemToAnsi() to properly review it from
                        inside Windows.

                        Text that is captured from Windows is in Ansi
                        format. To use it from MsDos later, store it as
                        the result of AnsiToOem().

   Source code:         SOURCE\\WINAPI\\OemAnsi.c


See Also: OemToAnsi() IsAnsi() IsOem()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson