void CreateCopy( qChar8 ** szCopy ) const;
Name | Description | |
---|---|---|
out | szCopy | Pointer to the qChar8 C-format string |
Creates a copy of a string.
Allocates sufficient memory to contain the string using the pointer given by the argument and copies the string. Because it is converted internally to ANSI format, the original string must be convertible to ANSI format.
The string generated with this function is released using the ReleaseCopy
function.
CONFIDENTIAL