Win32 API 日本語リファレンス
ホームSystem.WinRT › 定数

定数

4

Windows.Win32.System.WinRT

名前
MAX_ERROR_MESSAGE_CHARSDWORD512
CastingSourceInfo_Property_PreferredSourceUriSchemeunknownPreferredSourceUriScheme
CastingSourceInfo_Property_CastingTypesunknownCastingTypes
CastingSourceInfo_Property_ProtectedMediaunknownProtectedMedia

各言語での定義

定数の定義。C/C++〜Go タブは数値定数のみ(GUID・文字列定数は上の表 / HSP タブを参照)。HSP は #define global。

#define MAX_ERROR_MESSAGE_CHARS 512
public const uint MAX_ERROR_MESSAGE_CHARS = 512;
MAX_ERROR_MESSAGE_CHARS = 512
pub 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"