CadRecentAdd
Adds a file to the most-recently-used list.
std::int32_t CadRecentAdd (
const char* szFileName
);
Parameters
- szFileName (const char*)
- NUL-terminated UTF-8 string.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.
Adds a file to the most-recently-used list.
Nonzero (TRUE) on success, 0 (FALSE) on failure.