nn::nex::String::ReleaseCopy Member Function

Syntax

static void ReleaseCopy(
     qChar8 * szCopy
);
static void ReleaseCopy(
     qWideChar * szCopy
);

Overloaded Member Functions

ReleaseCopy ( qChar8 * ) Releases the string.
ReleaseCopy ( qWideChar * ) Releases the string.

Description of ReleaseCopy ( qChar8 ** )

Use for strings copied with the CreateCopy function.

Description of ReleaseCopy ( qWideChar ** )

Use for strings copied with the CreateCopy function.


CONFIDENTIAL