Win32 API 日本語リファレンス
ホームGraphics.CompositionSwapchain › PresentStatisticsKind

PresentStatisticsKind

列挙型
基底型i4

メンバー 3

名前10進16進
PresentStatisticsKind_PresentStatus10x1
PresentStatisticsKind_CompositionFrame20x2
PresentStatisticsKind_IndependentFlipFrame30x3

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum PresentStatisticsKind : int {
    PresentStatisticsKind_PresentStatus = 1,
    PresentStatisticsKind_CompositionFrame = 2,
    PresentStatisticsKind_IndependentFlipFrame = 3
} PresentStatisticsKind;
public enum PresentStatisticsKind : int
{
    PresentStatisticsKind_PresentStatus = 1,
    PresentStatisticsKind_CompositionFrame = 2,
    PresentStatisticsKind_IndependentFlipFrame = 3,
}
Public Enum PresentStatisticsKind As Integer
    PresentStatisticsKind_PresentStatus = 1
    PresentStatisticsKind_CompositionFrame = 2
    PresentStatisticsKind_IndependentFlipFrame = 3
End Enum
import enum

class PresentStatisticsKind(enum.IntEnum):
    PresentStatisticsKind_PresentStatus = 1
    PresentStatisticsKind_CompositionFrame = 2
    PresentStatisticsKind_IndependentFlipFrame = 3
// PresentStatisticsKind
pub const PresentStatisticsKind_PresentStatus: i32 = 1;
pub const PresentStatisticsKind_CompositionFrame: i32 = 2;
pub const PresentStatisticsKind_IndependentFlipFrame: i32 = 3;
// PresentStatisticsKind
const (
	PresentStatisticsKind_PresentStatus int32 = 1
	PresentStatisticsKind_CompositionFrame int32 = 2
	PresentStatisticsKind_IndependentFlipFrame int32 = 3
)
const
  PresentStatisticsKind_PresentStatus = 1;
  PresentStatisticsKind_CompositionFrame = 2;
  PresentStatisticsKind_IndependentFlipFrame = 3;
// PresentStatisticsKind
pub const PresentStatisticsKind_PresentStatus: i32 = 1;
pub const PresentStatisticsKind_CompositionFrame: i32 = 2;
pub const PresentStatisticsKind_IndependentFlipFrame: i32 = 3;
const
  PresentStatisticsKind_PresentStatus* = 1
  PresentStatisticsKind_CompositionFrame* = 2
  PresentStatisticsKind_IndependentFlipFrame* = 3
enum PresentStatisticsKind : int {
    PresentStatisticsKind_PresentStatus = 1,
    PresentStatisticsKind_CompositionFrame = 2,
    PresentStatisticsKind_IndependentFlipFrame = 3,
}
#define global PresentStatisticsKind_PresentStatus        0x1
#define global PresentStatisticsKind_CompositionFrame     0x2
#define global PresentStatisticsKind_IndependentFlipFrame 0x3