nn::nex::String::CreateCopy Member Function

Syntax

void CreateCopy(
     qChar8 ** szCopy
) const;

void CreateCopy(
     qWideChar ** szCopy
) const;

Overloaded Member Functions

CreateCopy ( qChar8 ** ) Creates a copy of a string.
CreateCopy ( qWideChar ** ) Creates a copy of a string.

Description of CreateCopy ( qChar8 ** )

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.

Description of CreateCopy ( qWideChar ** )

The string generated with this function is released using the ReleaseCopy function.


CONFIDENTIAL