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

定数

15

Windows.Win32.Security.NetworkAccessProtection

名前
maxSoHAttributeCountDWORD100
maxSoHAttributeSizeDWORD4000
minNetworkSoHSizeDWORD12
maxNetworkSoHSizeDWORD4000
maxStringLengthDWORD1024
maxSystemHealthEntityCountDWORD20
maxEnforcerCountDWORD20
maxPrivateDataSizeDWORD200
maxConnectionCountPerEnforcerDWORD20
freshSoHRequestDWORD1
shaFixupDWORD1
failureCategoryCountDWORD5
ComponentTypeEnforcementClientSoHDWORD1
ComponentTypeEnforcementClientRpDWORD2
percentageNotSupportedDWORD101

各言語での定義

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

#define maxSoHAttributeCount 100
#define maxSoHAttributeSize 4000
#define minNetworkSoHSize 12
#define maxNetworkSoHSize 4000
#define maxStringLength 1024
#define maxSystemHealthEntityCount 20
#define maxEnforcerCount 20
#define maxPrivateDataSize 200
#define maxConnectionCountPerEnforcer 20
#define freshSoHRequest 1
#define shaFixup 1
#define failureCategoryCount 5
#define ComponentTypeEnforcementClientSoH 1
#define ComponentTypeEnforcementClientRp 2
#define percentageNotSupported 101
public const uint maxSoHAttributeCount = 100;
public const uint maxSoHAttributeSize = 4000;
public const uint minNetworkSoHSize = 12;
public const uint maxNetworkSoHSize = 4000;
public const uint maxStringLength = 1024;
public const uint maxSystemHealthEntityCount = 20;
public const uint maxEnforcerCount = 20;
public const uint maxPrivateDataSize = 200;
public const uint maxConnectionCountPerEnforcer = 20;
public const uint freshSoHRequest = 1;
public const uint shaFixup = 1;
public const uint failureCategoryCount = 5;
public const uint ComponentTypeEnforcementClientSoH = 1;
public const uint ComponentTypeEnforcementClientRp = 2;
public const uint percentageNotSupported = 101;
maxSoHAttributeCount = 100
maxSoHAttributeSize = 4000
minNetworkSoHSize = 12
maxNetworkSoHSize = 4000
maxStringLength = 1024
maxSystemHealthEntityCount = 20
maxEnforcerCount = 20
maxPrivateDataSize = 200
maxConnectionCountPerEnforcer = 20
freshSoHRequest = 1
shaFixup = 1
failureCategoryCount = 5
ComponentTypeEnforcementClientSoH = 1
ComponentTypeEnforcementClientRp = 2
percentageNotSupported = 101
pub const maxSoHAttributeCount: u32 = 100;
pub const maxSoHAttributeSize: u32 = 4000;
pub const minNetworkSoHSize: u32 = 12;
pub const maxNetworkSoHSize: u32 = 4000;
pub const maxStringLength: u32 = 1024;
pub const maxSystemHealthEntityCount: u32 = 20;
pub const maxEnforcerCount: u32 = 20;
pub const maxPrivateDataSize: u32 = 200;
pub const maxConnectionCountPerEnforcer: u32 = 20;
pub const freshSoHRequest: u32 = 1;
pub const shaFixup: u32 = 1;
pub const failureCategoryCount: u32 = 5;
pub const ComponentTypeEnforcementClientSoH: u32 = 1;
pub const ComponentTypeEnforcementClientRp: u32 = 2;
pub const percentageNotSupported: u32 = 101;
const (
	maxSoHAttributeCount uint32 = 100
	maxSoHAttributeSize uint32 = 4000
	minNetworkSoHSize uint32 = 12
	maxNetworkSoHSize uint32 = 4000
	maxStringLength uint32 = 1024
	maxSystemHealthEntityCount uint32 = 20
	maxEnforcerCount uint32 = 20
	maxPrivateDataSize uint32 = 200
	maxConnectionCountPerEnforcer uint32 = 20
	freshSoHRequest uint32 = 1
	shaFixup uint32 = 1
	failureCategoryCount uint32 = 5
	ComponentTypeEnforcementClientSoH uint32 = 1
	ComponentTypeEnforcementClientRp uint32 = 2
	percentageNotSupported uint32 = 101
)
#define global maxSoHAttributeCount              100
#define global maxSoHAttributeSize               4000
#define global minNetworkSoHSize                 12
#define global maxNetworkSoHSize                 4000
#define global maxStringLength                   1024
#define global maxSystemHealthEntityCount        20
#define global maxEnforcerCount                  20
#define global maxPrivateDataSize                200
#define global maxConnectionCountPerEnforcer     20
#define global freshSoHRequest                   1
#define global shaFixup                          1
#define global failureCategoryCount              5
#define global ComponentTypeEnforcementClientSoH 1
#define global ComponentTypeEnforcementClientRp  2
#define global percentageNotSupported            101