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

定数

11

Windows.Win32.System.Time

名前
wszW32TimeRegKeyTimeProvidersunknownSystem\CurrentControlSet\Services\W32Time\TimeProviders
wszW32TimeRegKeyPolicyTimeProvidersunknownSoftware\Policies\Microsoft\W32Time\TimeProviders
wszW32TimeRegValueEnabledunknownEnabled
wszW32TimeRegValueDllNameunknownDllName
wszW32TimeRegValueInputProviderunknownInputProvider
wszW32TimeRegValueMetaDataProviderunknownMetaDataProvider
TSF_HardwareDWORD1
TSF_AuthenticatedDWORD2
TSF_IPv6DWORD4
TSF_SignatureAuthenticatedDWORD8
TIME_ZONE_ID_INVALIDDWORD4294967295

各言語での定義

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

#define TSF_Hardware 1
#define TSF_Authenticated 2
#define TSF_IPv6 4
#define TSF_SignatureAuthenticated 8
#define TIME_ZONE_ID_INVALID 4294967295
public const uint TSF_Hardware = 1;
public const uint TSF_Authenticated = 2;
public const uint TSF_IPv6 = 4;
public const uint TSF_SignatureAuthenticated = 8;
public const uint TIME_ZONE_ID_INVALID = 4294967295;
TSF_Hardware = 1
TSF_Authenticated = 2
TSF_IPv6 = 4
TSF_SignatureAuthenticated = 8
TIME_ZONE_ID_INVALID = 4294967295
pub const TSF_Hardware: u32 = 1;
pub const TSF_Authenticated: u32 = 2;
pub const TSF_IPv6: u32 = 4;
pub const TSF_SignatureAuthenticated: u32 = 8;
pub const TIME_ZONE_ID_INVALID: u32 = 4294967295;
const (
	TSF_Hardware uint32 = 1
	TSF_Authenticated uint32 = 2
	TSF_IPv6 uint32 = 4
	TSF_SignatureAuthenticated uint32 = 8
	TIME_ZONE_ID_INVALID uint32 = 4294967295
)
#define global wszW32TimeRegKeyTimeProviders       "System\CurrentControlSet\Services\W32Time\TimeProviders"
#define global wszW32TimeRegKeyPolicyTimeProviders "Software\Policies\Microsoft\W32Time\TimeProviders"
#define global wszW32TimeRegValueEnabled           "Enabled"
#define global wszW32TimeRegValueDllName           "DllName"
#define global wszW32TimeRegValueInputProvider     "InputProvider"
#define global wszW32TimeRegValueMetaDataProvider  "MetaDataProvider"
#define global TSF_Hardware                        1
#define global TSF_Authenticated                   2
#define global TSF_IPv6                            4
#define global TSF_SignatureAuthenticated          8
#define global TIME_ZONE_ID_INVALID                4294967295