Table of Contents

zproj_GetSettingsList

Description

Retrieve the settings list for the application project.

Files

Declaration zProj.h
Implementation zProj.cpp

Function prototype

ZLIST zproj_GetSettingsList(void);

Arguments

None.

Return value

Null if an error occurred, and otherwise a non-null handle to a variable of type VarID_varlist, containing the project's settings.

Comments

Exploring settings

To view the settings in the project in a tree dialog, use the following code:

zvar_EditUI(zproj_GetSettingsList(), "Edit project settings", NULL, NULL);

This is equivalent to using the 'Settingsā†’Current project' menu function in L3DT.