ホーム › System.WinRT › 定数
定数
4Windows.Win32.System.WinRT
| 名前 | 型 | 値 |
|---|---|---|
| MAX_ERROR_MESSAGE_CHARS | DWORD | 512 |
| CastingSourceInfo_Property_PreferredSourceUriScheme | unknown | PreferredSourceUriScheme |
| CastingSourceInfo_Property_CastingTypes | unknown | CastingTypes |
| CastingSourceInfo_Property_ProtectedMedia | unknown | ProtectedMedia |
各言語での定義
定数の定義。C/C++〜Go タブは数値定数のみ(GUID・文字列定数は上の表 / HSP タブを参照)。HSP は #define global。
#define MAX_ERROR_MESSAGE_CHARS 512public const uint MAX_ERROR_MESSAGE_CHARS = 512;MAX_ERROR_MESSAGE_CHARS = 512pub const MAX_ERROR_MESSAGE_CHARS: u32 = 512;const (
MAX_ERROR_MESSAGE_CHARS uint32 = 512
)#define global MAX_ERROR_MESSAGE_CHARS 512
#define global CastingSourceInfo_Property_PreferredSourceUriScheme "PreferredSourceUriScheme"
#define global CastingSourceInfo_Property_CastingTypes "CastingTypes"
#define global CastingSourceInfo_Property_ProtectedMedia "ProtectedMedia"