CString::OemToAnsi
Visual Studio 6.0
CString::OemToAnsi
void OemToAnsi( );
Remarks
Converts all the characters in this CString object from the OEM character set to the ANSI character set. See the http://msdn.microsoft.com/en-us/library/ms857349.aspx in the C++ Language Reference.
This function is not available if _UNICODE is defined.
Example
See the example for CString::AnsiToOem.
CString Overview | Class Members | Hierarchy Chart
See Also CString::AnsiToOem