Table of Contents

format_SetInfoStr

Description

Set the information string displayed for a file format in in L3DT's file preferences dialog.

Function prototype

bool CExtAPI::format_SetInfoStr(ZFORMAT hFormat, const char* lpInfoStr);

Arguments

Name Type Comment
hFormat ZFORMAT A ZFORMAT handle to a format variable, the information string of which is to be set.
lpInfoStr const char* A handle to a C-style string containing the information string.

Return value

False if an error occurred, and true otherwise.

Comments

None.