SchedulerPolicy::GetPolicyValue 메서드
_Key 매개 변수로 제공된 정책 키 값을 검색합니다.
_CRTIMP unsigned int GetPolicyValue(
PolicyElementKey _Key
) const;
매개 변수
- _Key
값을 검색할 정책 키입니다.
반환 값
_Key 매개 변수에 지정된 키가 지원되지 않는 경우 키에 대한 정책 값은 unsigned int로 캐스트됩니다.
설명
이 메서드는 올바르지 않은 정책 키에 대해 invalid_scheduler_policy_key를 throw합니다.
요구 사항
헤더: concrt.h
네임스페이스: 동시성
참고 항목
참조
SchedulerPolicy::SetPolicyValue 메서드