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 - oemtoansi() translates a oem msdos string into a windows string http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 OemToAnsi()            Translates a OEM MsDos string into a Windows string
--------------------------------------------------------------------------------

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


   Parameters:

   <cOemText>            A OEM MsDOs string to be converted into a
                         Windows string.

   Returns:

   <cWindowText>         The result Windows string.

   Obervations      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: AnsiToOem() IsAnsi() IsOem()

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