Table of Contents

CzStr::Append

Description

Append a text string to the end of a CzStr object.

Function prototype

const char* CzStr::Append(const char* lpNewText);

Arguments

Name Type Comment
lpNewText const char* A C-style handle to the string to be appended to the CzStr object.

Return value

A C-style handle to the new CzStr string data.

Comments

None.