Command result flags
enum
{
CRF_FILECHANGE = 1,
CRF_NEWFILE = 2,
};
Value | Meaning |
---|---|
CRF_FILECHANGE |
One or more of the selected files has been changed |
CRF_NEWFILE |
One or more files were created |
Used in the CX_CommandResults structure.
Header: CX_PlugIn.h