CreateCopy ( qChar8 ** )
|
Creates a copy of a string. |
CreateCopy ( qWideChar ** )
|
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.
The string generated with this function is released using the ReleaseCopy
function.
CONFIDENTIAL