|
- 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
-
self | the DOF to set the maximum number of operations in. This must not be NULL . |
max | Any uint32. The maximum number of operations will remain set to 0xFFFFFFFF. |
- Return values
-
TRUE | in cases where this function would previously have set the value, although the DOF remains unchanged. |
- Exceptions
-
FALSE | if the arguments are invalid. The DOF remains unchanged. |
|