CHAR_TYPE* Chusov::String::CstrLiteral | ( | char * | pszByteStr, |
wchar_t * | pszWideStr | ||
) |
Returns an argument of CHAR_TYPE type.
CHAR_TYPE | specifies parameter of what type to return, for CHAR_TYPE=char the first parameter is returned, for CHAR_TYPE=wchar_t the second one is returned. |
pszByteStr | a pointer returned by the function if CHAR_TYPE=char |
pszWideStr | a pointer returned by the function if CHAR_TYPE=wchar_t |