If compiled with Unicode this returns the non-Unicode version of the data.
CaString
None
const char* - pointer to converted string
If not compiled with Unicode, no conversion is required and result is same.
Example
CaString d(_T(“ My String ”)); const char* p = d.GetMultiByteString();
More information:
| Copyright © 2013 CA. All rights reserved. |
|