[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  OemToAnsi( cDosText )-> <cWindowText>
------------------------------------------------------------------------------


 PARAMETER:

  <cDosText> is a MS-DOS OEM string to be converted into a ANSI Windows
             string


 RETURNS:

  <cWindowText> is the resulting ANSI Windows string



 DESCRIPTION:

  Normally all the data that you capture from MS-DOS 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
  MS-DOS later, convert it via AnsiToOem()


 SOURCE:

  SOURCE\WINAPI\OEMANSI.C



See Also: AnsiToOem IsAnsi IsOEM
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson