SET_RECORD_PARAM
- Definition:
typedef struct tagSetRecordParam
{
char default_dir[256];
DWORD time_threshold;
DWORD size_threshold;
}SET_RECORD_PARAM;
- Expain:
SET_RECORD_PARAM is the data for setting record module's base configure
| Member | Expain |
|---|---|
| default_dir | The deault path where save the record files |
| time_threshold | How long before for auto delete history record files, unit: second, if = 0, means not auto delete. |
| size_threshold | When the driver of disk's free space is lower than size_threshold, notice user with event |