Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the value of the policy key supplied as the _Key parameter.
_CRTIMP unsigned int GetPolicyValue(
PolicyElementKey _Key
) const;
Parameters
- _Key
The policy key to retrieve a value for.
Return Value
If the key specified by the _Key parameter is supported, the policy value for the key cast to an unsigned int.
Remarks
The method will throw invalid_scheduler_policy_key for an invalid policy key.
Requirements
Header: concrt.h
Namespace: Concurrency
See Also
Reference
SchedulerPolicy::SetPolicyValue Method