PresentStatus 열거형(presentation.h)
Syntax
typedef enum PresentStatus {
PresentStatus_Queued,
PresentStatus_Skipped,
PresentStatus_Canceled
} ;
상수
PresentStatus_Queued 프레임은 결국 표시될 시스템에 의해 큐에 대기되었습니다. |
PresentStatus_Skipped 이후 프레임이 더 나은 표시 후보이므로 프레임을 건너뛰었다. |
PresentStatus_Canceled 프레임이 도착했지만 애플리케이션에 의해 취소되었으므로 표시되지 않았습니다. |
설명
현재 상태 타이밍에 따라 처리된 방법과 취소 여부를 나타냅니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 빌드 22000 |
지원되는 최소 서버 | Windows 빌드 22000 |
머리글 | presentation.h |