Get/Set/Reset Logging_FilePreallocationSize
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetLoggingFilePreallocationSize(TaskHandle taskHandle, uInt64 *data);
int32 __CFUNC DAQmxSetLoggingFilePreallocationSize(TaskHandle taskHandle, uInt64 data);
int32 __CFUNC DAQmxResetLoggingFilePreallocationSize(TaskHandle taskHandle);
Purpose
DAQmxGetLoggingFilePreallocationSize gets the Logging >> File Pre-allocation Size property.
DAQmxSetLoggingFilePreallocationSize sets the Logging >> File Pre-allocation Size property.
DAQmxResetLoggingFilePreallocationSize resets the Logging >> File Pre-allocation Size property.