Table of Contents

CzVar::EditUI

Description

Edit the value of the variable using L3DT's standard variable editing graphical user interface.

Function prototype

bool CzVar::EditUI(const char* lpPrompt, unsigned long Flags, ZLIST hOptions);

Arguments

Name Type Comment
lpPrompt const char* A pointer to a C-style string containing the title of the edit dialog. If null is given, a default title is used.
Flags unsigned long Reserved.
hOptions ZLIST Reserved.

Return value

False if:

True otherwise.

Comments

This function is equivalent to the API function zvar_EditUI. Please refer to the documentation of that function for additional information.