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

Syntax

void CreateCopy(
     qWideChar ** szCopy
) const;

Parameters

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

Return Values

None.

Description

Creates a copy of a string.

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

Revision History

2012/01/27
Initial version.

CONFIDENTIAL