OpenDOF Project
boolean DOF_SetMaxOperations ( DOF  self,
uint32  max 
)
Deprecated:
The ability to set a maximum number of operations was removed. This function no longer has any effect. The maximum number of simultaneous operations that the DOF supports is 0xFFFFFFFF (effectively unlimited).
Parameters
selfthe DOF to set the maximum number of operations in. This must not be NULL.
maxAny uint32. The maximum number of operations will remain set to 0xFFFFFFFF.
Return values
TRUEin cases where this function would previously have set the value, although the DOF remains unchanged.
Exceptions
FALSEif the arguments are invalid. The DOF remains unchanged.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25