###User Defined Function###
_WinAPI_OemToChar

###Description###
Converts a string from the OEM-defined character set into either an ANSI string.

###Syntax###
#include <WinAPIMisc.au3>
_WinAPI_OemToChar ( $sStr )


###Parameters###
@@ParamTable@@
$sStr
	The string of characters from the OEM-defined character set.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The converted string.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ OemToChar
