Set the information string displayed for a file format in in L3DT's file preferences dialog.
bool CExtAPI::format_SetInfoStr(ZFORMAT hFormat, const char* lpInfoStr);
| 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. |
False if an error occurred, and true otherwise.
None.