[in] ViSession handle for the driver session.
DriverSession::SetRecordCoercionsEnabled
Enables or disables coercion recording for the driver session.
Syntax
Section titled “Syntax”virtual void SetRecordCoercionsEnabled(bool bValue);
void SetRecordCoercionsEnabled(ViSession Vi, bool bValue);Parameters
Section titled “Parameters”Vi
bValue
[in] Set to True to enable coercion recording or False to disable it.