ホーム › Graphics.Dxgi › 定数
定数
42Windows.Win32.Graphics.Dxgi
| 名前 | 型 | 値 |
|---|---|---|
| DXGI_MAX_SWAP_CHAIN_BUFFERS | DWORD | 16 |
| DXGI_DEBUG_BINARY_VERSION | DWORD | 1 |
| DXGI_DEBUG_ALL | GUID | {E48AE283-DA80-490B-87E6-43E9A9CFDA08} |
| DXGI_DEBUG_DX | GUID | {35CDD7FC-13B2-421D-A5D7-7E4451287D64} |
| DXGI_DEBUG_DXGI | GUID | {25CDDAA4-B1C6-47E1-AC3E-98875B5A2E2A} |
| DXGI_DEBUG_APP | GUID | {06CD6E01-4219-4EBD-8709-27ED23360C62} |
| DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION | DWORD | 0 |
| DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT | DWORD | 1024 |
| DXGI_ERROR_INVALID_CALL | HRESULT | -2005270527 |
| DXGI_ERROR_NOT_FOUND | HRESULT | -2005270526 |
| DXGI_ERROR_MORE_DATA | HRESULT | -2005270525 |
| DXGI_ERROR_UNSUPPORTED | HRESULT | -2005270524 |
| DXGI_ERROR_DEVICE_REMOVED | HRESULT | -2005270523 |
| DXGI_ERROR_DEVICE_HUNG | HRESULT | -2005270522 |
| DXGI_ERROR_DEVICE_RESET | HRESULT | -2005270521 |
| DXGI_ERROR_WAS_STILL_DRAWING | HRESULT | -2005270518 |
| DXGI_ERROR_FRAME_STATISTICS_DISJOINT | HRESULT | -2005270517 |
| DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE | HRESULT | -2005270516 |
| DXGI_ERROR_DRIVER_INTERNAL_ERROR | HRESULT | -2005270496 |
| DXGI_ERROR_NONEXCLUSIVE | HRESULT | -2005270495 |
| DXGI_ERROR_NOT_CURRENTLY_AVAILABLE | HRESULT | -2005270494 |
| DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED | HRESULT | -2005270493 |
| DXGI_ERROR_REMOTE_OUTOFMEMORY | HRESULT | -2005270492 |
| DXGI_ERROR_ACCESS_LOST | HRESULT | -2005270490 |
| DXGI_ERROR_WAIT_TIMEOUT | HRESULT | -2005270489 |
| DXGI_ERROR_SESSION_DISCONNECTED | HRESULT | -2005270488 |
| DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE | HRESULT | -2005270487 |
| DXGI_ERROR_CANNOT_PROTECT_CONTENT | HRESULT | -2005270486 |
| DXGI_ERROR_ACCESS_DENIED | HRESULT | -2005270485 |
| DXGI_ERROR_NAME_ALREADY_EXISTS | HRESULT | -2005270484 |
| DXGI_ERROR_SDK_COMPONENT_MISSING | HRESULT | -2005270483 |
| DXGI_ERROR_NOT_CURRENT | HRESULT | -2005270482 |
| DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY | HRESULT | -2005270480 |
| DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION | HRESULT | -2005270479 |
| DXGI_ERROR_NON_COMPOSITED_UI | HRESULT | -2005270478 |
| DXGI_ERROR_MODE_CHANGE_IN_PROGRESS | HRESULT | -2005270491 |
| DXGI_ERROR_CACHE_CORRUPT | HRESULT | -2005270477 |
| DXGI_ERROR_CACHE_FULL | HRESULT | -2005270476 |
| DXGI_ERROR_CACHE_HASH_COLLISION | HRESULT | -2005270475 |
| DXGI_ERROR_ALREADY_EXISTS | HRESULT | -2005270474 |
| DXGI_ERROR_MPO_UNPINNED | HRESULT | -2005270428 |
| DXGI_ERROR_SETDISPLAYMODE_REQUIRED | HRESULT | -2005270427 |
各言語での定義
定数の定義。C/C++〜Go タブは数値定数のみ(GUID・文字列定数は上の表 / HSP タブを参照)。HSP は #define global。
#define DXGI_MAX_SWAP_CHAIN_BUFFERS 16
#define DXGI_DEBUG_BINARY_VERSION 1
#define DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION 0
#define DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT 1024
#define DXGI_ERROR_INVALID_CALL -2005270527
#define DXGI_ERROR_NOT_FOUND -2005270526
#define DXGI_ERROR_MORE_DATA -2005270525
#define DXGI_ERROR_UNSUPPORTED -2005270524
#define DXGI_ERROR_DEVICE_REMOVED -2005270523
#define DXGI_ERROR_DEVICE_HUNG -2005270522
#define DXGI_ERROR_DEVICE_RESET -2005270521
#define DXGI_ERROR_WAS_STILL_DRAWING -2005270518
#define DXGI_ERROR_FRAME_STATISTICS_DISJOINT -2005270517
#define DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE -2005270516
#define DXGI_ERROR_DRIVER_INTERNAL_ERROR -2005270496
#define DXGI_ERROR_NONEXCLUSIVE -2005270495
#define DXGI_ERROR_NOT_CURRENTLY_AVAILABLE -2005270494
#define DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED -2005270493
#define DXGI_ERROR_REMOTE_OUTOFMEMORY -2005270492
#define DXGI_ERROR_ACCESS_LOST -2005270490
#define DXGI_ERROR_WAIT_TIMEOUT -2005270489
#define DXGI_ERROR_SESSION_DISCONNECTED -2005270488
#define DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE -2005270487
#define DXGI_ERROR_CANNOT_PROTECT_CONTENT -2005270486
#define DXGI_ERROR_ACCESS_DENIED -2005270485
#define DXGI_ERROR_NAME_ALREADY_EXISTS -2005270484
#define DXGI_ERROR_SDK_COMPONENT_MISSING -2005270483
#define DXGI_ERROR_NOT_CURRENT -2005270482
#define DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY -2005270480
#define DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION -2005270479
#define DXGI_ERROR_NON_COMPOSITED_UI -2005270478
#define DXGI_ERROR_MODE_CHANGE_IN_PROGRESS -2005270491
#define DXGI_ERROR_CACHE_CORRUPT -2005270477
#define DXGI_ERROR_CACHE_FULL -2005270476
#define DXGI_ERROR_CACHE_HASH_COLLISION -2005270475
#define DXGI_ERROR_ALREADY_EXISTS -2005270474
#define DXGI_ERROR_MPO_UNPINNED -2005270428
#define DXGI_ERROR_SETDISPLAYMODE_REQUIRED -2005270427public const uint DXGI_MAX_SWAP_CHAIN_BUFFERS = 16;
public const uint DXGI_DEBUG_BINARY_VERSION = 1;
public const uint DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION = 0;
public const uint DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT = 1024;
public const int DXGI_ERROR_INVALID_CALL = -2005270527;
public const int DXGI_ERROR_NOT_FOUND = -2005270526;
public const int DXGI_ERROR_MORE_DATA = -2005270525;
public const int DXGI_ERROR_UNSUPPORTED = -2005270524;
public const int DXGI_ERROR_DEVICE_REMOVED = -2005270523;
public const int DXGI_ERROR_DEVICE_HUNG = -2005270522;
public const int DXGI_ERROR_DEVICE_RESET = -2005270521;
public const int DXGI_ERROR_WAS_STILL_DRAWING = -2005270518;
public const int DXGI_ERROR_FRAME_STATISTICS_DISJOINT = -2005270517;
public const int DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE = -2005270516;
public const int DXGI_ERROR_DRIVER_INTERNAL_ERROR = -2005270496;
public const int DXGI_ERROR_NONEXCLUSIVE = -2005270495;
public const int DXGI_ERROR_NOT_CURRENTLY_AVAILABLE = -2005270494;
public const int DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED = -2005270493;
public const int DXGI_ERROR_REMOTE_OUTOFMEMORY = -2005270492;
public const int DXGI_ERROR_ACCESS_LOST = -2005270490;
public const int DXGI_ERROR_WAIT_TIMEOUT = -2005270489;
public const int DXGI_ERROR_SESSION_DISCONNECTED = -2005270488;
public const int DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE = -2005270487;
public const int DXGI_ERROR_CANNOT_PROTECT_CONTENT = -2005270486;
public const int DXGI_ERROR_ACCESS_DENIED = -2005270485;
public const int DXGI_ERROR_NAME_ALREADY_EXISTS = -2005270484;
public const int DXGI_ERROR_SDK_COMPONENT_MISSING = -2005270483;
public const int DXGI_ERROR_NOT_CURRENT = -2005270482;
public const int DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY = -2005270480;
public const int DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION = -2005270479;
public const int DXGI_ERROR_NON_COMPOSITED_UI = -2005270478;
public const int DXGI_ERROR_MODE_CHANGE_IN_PROGRESS = -2005270491;
public const int DXGI_ERROR_CACHE_CORRUPT = -2005270477;
public const int DXGI_ERROR_CACHE_FULL = -2005270476;
public const int DXGI_ERROR_CACHE_HASH_COLLISION = -2005270475;
public const int DXGI_ERROR_ALREADY_EXISTS = -2005270474;
public const int DXGI_ERROR_MPO_UNPINNED = -2005270428;
public const int DXGI_ERROR_SETDISPLAYMODE_REQUIRED = -2005270427;DXGI_MAX_SWAP_CHAIN_BUFFERS = 16
DXGI_DEBUG_BINARY_VERSION = 1
DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION = 0
DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT = 1024
DXGI_ERROR_INVALID_CALL = -2005270527
DXGI_ERROR_NOT_FOUND = -2005270526
DXGI_ERROR_MORE_DATA = -2005270525
DXGI_ERROR_UNSUPPORTED = -2005270524
DXGI_ERROR_DEVICE_REMOVED = -2005270523
DXGI_ERROR_DEVICE_HUNG = -2005270522
DXGI_ERROR_DEVICE_RESET = -2005270521
DXGI_ERROR_WAS_STILL_DRAWING = -2005270518
DXGI_ERROR_FRAME_STATISTICS_DISJOINT = -2005270517
DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE = -2005270516
DXGI_ERROR_DRIVER_INTERNAL_ERROR = -2005270496
DXGI_ERROR_NONEXCLUSIVE = -2005270495
DXGI_ERROR_NOT_CURRENTLY_AVAILABLE = -2005270494
DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED = -2005270493
DXGI_ERROR_REMOTE_OUTOFMEMORY = -2005270492
DXGI_ERROR_ACCESS_LOST = -2005270490
DXGI_ERROR_WAIT_TIMEOUT = -2005270489
DXGI_ERROR_SESSION_DISCONNECTED = -2005270488
DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE = -2005270487
DXGI_ERROR_CANNOT_PROTECT_CONTENT = -2005270486
DXGI_ERROR_ACCESS_DENIED = -2005270485
DXGI_ERROR_NAME_ALREADY_EXISTS = -2005270484
DXGI_ERROR_SDK_COMPONENT_MISSING = -2005270483
DXGI_ERROR_NOT_CURRENT = -2005270482
DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY = -2005270480
DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION = -2005270479
DXGI_ERROR_NON_COMPOSITED_UI = -2005270478
DXGI_ERROR_MODE_CHANGE_IN_PROGRESS = -2005270491
DXGI_ERROR_CACHE_CORRUPT = -2005270477
DXGI_ERROR_CACHE_FULL = -2005270476
DXGI_ERROR_CACHE_HASH_COLLISION = -2005270475
DXGI_ERROR_ALREADY_EXISTS = -2005270474
DXGI_ERROR_MPO_UNPINNED = -2005270428
DXGI_ERROR_SETDISPLAYMODE_REQUIRED = -2005270427pub const DXGI_MAX_SWAP_CHAIN_BUFFERS: u32 = 16;
pub const DXGI_DEBUG_BINARY_VERSION: u32 = 1;
pub const DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION: u32 = 0;
pub const DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT: u32 = 1024;
pub const DXGI_ERROR_INVALID_CALL: i32 = -2005270527;
pub const DXGI_ERROR_NOT_FOUND: i32 = -2005270526;
pub const DXGI_ERROR_MORE_DATA: i32 = -2005270525;
pub const DXGI_ERROR_UNSUPPORTED: i32 = -2005270524;
pub const DXGI_ERROR_DEVICE_REMOVED: i32 = -2005270523;
pub const DXGI_ERROR_DEVICE_HUNG: i32 = -2005270522;
pub const DXGI_ERROR_DEVICE_RESET: i32 = -2005270521;
pub const DXGI_ERROR_WAS_STILL_DRAWING: i32 = -2005270518;
pub const DXGI_ERROR_FRAME_STATISTICS_DISJOINT: i32 = -2005270517;
pub const DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE: i32 = -2005270516;
pub const DXGI_ERROR_DRIVER_INTERNAL_ERROR: i32 = -2005270496;
pub const DXGI_ERROR_NONEXCLUSIVE: i32 = -2005270495;
pub const DXGI_ERROR_NOT_CURRENTLY_AVAILABLE: i32 = -2005270494;
pub const DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED: i32 = -2005270493;
pub const DXGI_ERROR_REMOTE_OUTOFMEMORY: i32 = -2005270492;
pub const DXGI_ERROR_ACCESS_LOST: i32 = -2005270490;
pub const DXGI_ERROR_WAIT_TIMEOUT: i32 = -2005270489;
pub const DXGI_ERROR_SESSION_DISCONNECTED: i32 = -2005270488;
pub const DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE: i32 = -2005270487;
pub const DXGI_ERROR_CANNOT_PROTECT_CONTENT: i32 = -2005270486;
pub const DXGI_ERROR_ACCESS_DENIED: i32 = -2005270485;
pub const DXGI_ERROR_NAME_ALREADY_EXISTS: i32 = -2005270484;
pub const DXGI_ERROR_SDK_COMPONENT_MISSING: i32 = -2005270483;
pub const DXGI_ERROR_NOT_CURRENT: i32 = -2005270482;
pub const DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY: i32 = -2005270480;
pub const DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION: i32 = -2005270479;
pub const DXGI_ERROR_NON_COMPOSITED_UI: i32 = -2005270478;
pub const DXGI_ERROR_MODE_CHANGE_IN_PROGRESS: i32 = -2005270491;
pub const DXGI_ERROR_CACHE_CORRUPT: i32 = -2005270477;
pub const DXGI_ERROR_CACHE_FULL: i32 = -2005270476;
pub const DXGI_ERROR_CACHE_HASH_COLLISION: i32 = -2005270475;
pub const DXGI_ERROR_ALREADY_EXISTS: i32 = -2005270474;
pub const DXGI_ERROR_MPO_UNPINNED: i32 = -2005270428;
pub const DXGI_ERROR_SETDISPLAYMODE_REQUIRED: i32 = -2005270427;const (
DXGI_MAX_SWAP_CHAIN_BUFFERS uint32 = 16
DXGI_DEBUG_BINARY_VERSION uint32 = 1
DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION uint32 = 0
DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT uint32 = 1024
DXGI_ERROR_INVALID_CALL int32 = -2005270527
DXGI_ERROR_NOT_FOUND int32 = -2005270526
DXGI_ERROR_MORE_DATA int32 = -2005270525
DXGI_ERROR_UNSUPPORTED int32 = -2005270524
DXGI_ERROR_DEVICE_REMOVED int32 = -2005270523
DXGI_ERROR_DEVICE_HUNG int32 = -2005270522
DXGI_ERROR_DEVICE_RESET int32 = -2005270521
DXGI_ERROR_WAS_STILL_DRAWING int32 = -2005270518
DXGI_ERROR_FRAME_STATISTICS_DISJOINT int32 = -2005270517
DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE int32 = -2005270516
DXGI_ERROR_DRIVER_INTERNAL_ERROR int32 = -2005270496
DXGI_ERROR_NONEXCLUSIVE int32 = -2005270495
DXGI_ERROR_NOT_CURRENTLY_AVAILABLE int32 = -2005270494
DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED int32 = -2005270493
DXGI_ERROR_REMOTE_OUTOFMEMORY int32 = -2005270492
DXGI_ERROR_ACCESS_LOST int32 = -2005270490
DXGI_ERROR_WAIT_TIMEOUT int32 = -2005270489
DXGI_ERROR_SESSION_DISCONNECTED int32 = -2005270488
DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE int32 = -2005270487
DXGI_ERROR_CANNOT_PROTECT_CONTENT int32 = -2005270486
DXGI_ERROR_ACCESS_DENIED int32 = -2005270485
DXGI_ERROR_NAME_ALREADY_EXISTS int32 = -2005270484
DXGI_ERROR_SDK_COMPONENT_MISSING int32 = -2005270483
DXGI_ERROR_NOT_CURRENT int32 = -2005270482
DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY int32 = -2005270480
DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION int32 = -2005270479
DXGI_ERROR_NON_COMPOSITED_UI int32 = -2005270478
DXGI_ERROR_MODE_CHANGE_IN_PROGRESS int32 = -2005270491
DXGI_ERROR_CACHE_CORRUPT int32 = -2005270477
DXGI_ERROR_CACHE_FULL int32 = -2005270476
DXGI_ERROR_CACHE_HASH_COLLISION int32 = -2005270475
DXGI_ERROR_ALREADY_EXISTS int32 = -2005270474
DXGI_ERROR_MPO_UNPINNED int32 = -2005270428
DXGI_ERROR_SETDISPLAYMODE_REQUIRED int32 = -2005270427
)#define global DXGI_MAX_SWAP_CHAIN_BUFFERS 16
#define global DXGI_DEBUG_BINARY_VERSION 1
#define global DXGI_DEBUG_ALL "{E48AE283-DA80-490B-87E6-43E9A9CFDA08}"
#define global DXGI_DEBUG_DX "{35CDD7FC-13B2-421D-A5D7-7E4451287D64}"
#define global DXGI_DEBUG_DXGI "{25CDDAA4-B1C6-47E1-AC3E-98875B5A2E2A}"
#define global DXGI_DEBUG_APP "{06CD6E01-4219-4EBD-8709-27ED23360C62}"
#define global DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION 0
#define global DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT 1024
#define global DXGI_ERROR_INVALID_CALL (-2005270527)
#define global DXGI_ERROR_NOT_FOUND (-2005270526)
#define global DXGI_ERROR_MORE_DATA (-2005270525)
#define global DXGI_ERROR_UNSUPPORTED (-2005270524)
#define global DXGI_ERROR_DEVICE_REMOVED (-2005270523)
#define global DXGI_ERROR_DEVICE_HUNG (-2005270522)
#define global DXGI_ERROR_DEVICE_RESET (-2005270521)
#define global DXGI_ERROR_WAS_STILL_DRAWING (-2005270518)
#define global DXGI_ERROR_FRAME_STATISTICS_DISJOINT (-2005270517)
#define global DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE (-2005270516)
#define global DXGI_ERROR_DRIVER_INTERNAL_ERROR (-2005270496)
#define global DXGI_ERROR_NONEXCLUSIVE (-2005270495)
#define global DXGI_ERROR_NOT_CURRENTLY_AVAILABLE (-2005270494)
#define global DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED (-2005270493)
#define global DXGI_ERROR_REMOTE_OUTOFMEMORY (-2005270492)
#define global DXGI_ERROR_ACCESS_LOST (-2005270490)
#define global DXGI_ERROR_WAIT_TIMEOUT (-2005270489)
#define global DXGI_ERROR_SESSION_DISCONNECTED (-2005270488)
#define global DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE (-2005270487)
#define global DXGI_ERROR_CANNOT_PROTECT_CONTENT (-2005270486)
#define global DXGI_ERROR_ACCESS_DENIED (-2005270485)
#define global DXGI_ERROR_NAME_ALREADY_EXISTS (-2005270484)
#define global DXGI_ERROR_SDK_COMPONENT_MISSING (-2005270483)
#define global DXGI_ERROR_NOT_CURRENT (-2005270482)
#define global DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY (-2005270480)
#define global DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION (-2005270479)
#define global DXGI_ERROR_NON_COMPOSITED_UI (-2005270478)
#define global DXGI_ERROR_MODE_CHANGE_IN_PROGRESS (-2005270491)
#define global DXGI_ERROR_CACHE_CORRUPT (-2005270477)
#define global DXGI_ERROR_CACHE_FULL (-2005270476)
#define global DXGI_ERROR_CACHE_HASH_COLLISION (-2005270475)
#define global DXGI_ERROR_ALREADY_EXISTS (-2005270474)
#define global DXGI_ERROR_MPO_UNPINNED (-2005270428)
#define global DXGI_ERROR_SETDISPLAYMODE_REQUIRED (-2005270427)