CString::AnsiToOem

void AnsiToOem( );

Remarks

Converts all the characters in this CString object from the ANSI character set to the OEM character set. See the ANSI Character Codes Chart in the C++ Language Reference.

The function is not available if _UNICODE is defined.

CString OverviewClass MembersHierarchy Chart

See Also   CString::OemToAnsi