Use the following functions to determine whether the corresponding attribute still has the value specified by an earlier call to the matching “set” function:
isConcurrencyPolicySet()
isContentionScopeSet()
isInheritancePolicySet()
isPrioritySet()
isProcessScopePrioritySet()
isSchedulingPolicySet()
isStackCommitSizeSet()
isStackReserveSizeSet()
isStartPolicySet()
isSystemScopePrioritySet()
isTimeSliceQuantumSet()
isUserStackSet()
These functions return one of the following values:
false if the corresponding attribute value is not supported in the current environment, has not yet been set, or if a value specified earlier has been replaced with a some default value in response to a change in some related attribute.
true if the corresponding attribute is supported, has been set by a call to the matching “set” function, has not been reset with a call to the matching “reset” function, and has not been forced to a new value as the result of changes made in other attributes.