Table of Contents

CzColour::Create

Description

Create a new colour variable.

Function prototype

bool CzColour::Create(const char* lpVarName = 0);

Arguments

Name Type Comment
lpVarName const char* A handle to a C-style string containing the name of the string variable to be created.

Return value

False if an error occurred, and true otherwise.

Comments

Variable names

Please consult the comments for CzVar::Create for the caveats of variable naming.