OpenDOF Project
boolean DOFConfigBuilder_SetMaxOperations ( DOFConfigBuilder  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 DOFConfigBuilder 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.
Returns
TRUE in cases where this function would previously have set the value, although the DOFConfigBuilder remains unchanged.
Exceptions
FALSEif the arguments are invalid. The DOFConfigBuilder remains unchanged.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25