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

Syntax

void CreateCopy(
     qChar8 ** szCopy
) const;

Parameters

Name Description
out szCopy Pointer to the qChar8 C-format string

Return Values

None.

Description

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.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL