###User Defined Function###
_WinAPI_CharToOem

###Description###
Converts a string into the OEM-defined character set.

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


###Parameters###
@@ParamTable@@
$sStr
	The string that must be converted.
@@End@@

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


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ CharToOem
