ホーム › System.Ioctl › STORAGE_CRYPTO_KEY_SIZE
STORAGE_CRYPTO_KEY_SIZE
列挙型メンバー 11
| 名前 | 10進 | 16進 |
|---|---|---|
| StorageCryptoKeySizeUnknown | 0 | 0x0 |
| StorageCryptoKeySize128Bits | 1 | 0x1 |
| StorageCryptoKeySize192Bits | 2 | 0x2 |
| StorageCryptoKeySize256Bits | 3 | 0x3 |
| StorageCryptoKeySize512Bits | 4 | 0x4 |
| StorageCryptoKeySizeMax | 5 | 0x5 |
| StorCryptoKeySizeUnknown | 0 | 0x0 |
| StorCryptoKeySize128Bits | 1 | 0x1 |
| StorCryptoKeySize192Bits | 2 | 0x2 |
| StorCryptoKeySize256Bits | 3 | 0x3 |
| StorCryptoKeySize512Bits | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum STORAGE_CRYPTO_KEY_SIZE : int {
StorageCryptoKeySizeUnknown = 0,
StorageCryptoKeySize128Bits = 1,
StorageCryptoKeySize192Bits = 2,
StorageCryptoKeySize256Bits = 3,
StorageCryptoKeySize512Bits = 4,
StorageCryptoKeySizeMax = 5,
StorCryptoKeySizeUnknown = 0,
StorCryptoKeySize128Bits = 1,
StorCryptoKeySize192Bits = 2,
StorCryptoKeySize256Bits = 3,
StorCryptoKeySize512Bits = 4
} STORAGE_CRYPTO_KEY_SIZE;public enum STORAGE_CRYPTO_KEY_SIZE : int
{
StorageCryptoKeySizeUnknown = 0,
StorageCryptoKeySize128Bits = 1,
StorageCryptoKeySize192Bits = 2,
StorageCryptoKeySize256Bits = 3,
StorageCryptoKeySize512Bits = 4,
StorageCryptoKeySizeMax = 5,
StorCryptoKeySizeUnknown = 0,
StorCryptoKeySize128Bits = 1,
StorCryptoKeySize192Bits = 2,
StorCryptoKeySize256Bits = 3,
StorCryptoKeySize512Bits = 4,
}Public Enum STORAGE_CRYPTO_KEY_SIZE As Integer
StorageCryptoKeySizeUnknown = 0
StorageCryptoKeySize128Bits = 1
StorageCryptoKeySize192Bits = 2
StorageCryptoKeySize256Bits = 3
StorageCryptoKeySize512Bits = 4
StorageCryptoKeySizeMax = 5
StorCryptoKeySizeUnknown = 0
StorCryptoKeySize128Bits = 1
StorCryptoKeySize192Bits = 2
StorCryptoKeySize256Bits = 3
StorCryptoKeySize512Bits = 4
End Enumimport enum
class STORAGE_CRYPTO_KEY_SIZE(enum.IntEnum):
StorageCryptoKeySizeUnknown = 0
StorageCryptoKeySize128Bits = 1
StorageCryptoKeySize192Bits = 2
StorageCryptoKeySize256Bits = 3
StorageCryptoKeySize512Bits = 4
StorageCryptoKeySizeMax = 5
StorCryptoKeySizeUnknown = 0
StorCryptoKeySize128Bits = 1
StorCryptoKeySize192Bits = 2
StorCryptoKeySize256Bits = 3
StorCryptoKeySize512Bits = 4// STORAGE_CRYPTO_KEY_SIZE
pub const StorageCryptoKeySizeUnknown: i32 = 0;
pub const StorageCryptoKeySize128Bits: i32 = 1;
pub const StorageCryptoKeySize192Bits: i32 = 2;
pub const StorageCryptoKeySize256Bits: i32 = 3;
pub const StorageCryptoKeySize512Bits: i32 = 4;
pub const StorageCryptoKeySizeMax: i32 = 5;
pub const StorCryptoKeySizeUnknown: i32 = 0;
pub const StorCryptoKeySize128Bits: i32 = 1;
pub const StorCryptoKeySize192Bits: i32 = 2;
pub const StorCryptoKeySize256Bits: i32 = 3;
pub const StorCryptoKeySize512Bits: i32 = 4;// STORAGE_CRYPTO_KEY_SIZE
const (
StorageCryptoKeySizeUnknown int32 = 0
StorageCryptoKeySize128Bits int32 = 1
StorageCryptoKeySize192Bits int32 = 2
StorageCryptoKeySize256Bits int32 = 3
StorageCryptoKeySize512Bits int32 = 4
StorageCryptoKeySizeMax int32 = 5
StorCryptoKeySizeUnknown int32 = 0
StorCryptoKeySize128Bits int32 = 1
StorCryptoKeySize192Bits int32 = 2
StorCryptoKeySize256Bits int32 = 3
StorCryptoKeySize512Bits int32 = 4
)const
StorageCryptoKeySizeUnknown = 0;
StorageCryptoKeySize128Bits = 1;
StorageCryptoKeySize192Bits = 2;
StorageCryptoKeySize256Bits = 3;
StorageCryptoKeySize512Bits = 4;
StorageCryptoKeySizeMax = 5;
StorCryptoKeySizeUnknown = 0;
StorCryptoKeySize128Bits = 1;
StorCryptoKeySize192Bits = 2;
StorCryptoKeySize256Bits = 3;
StorCryptoKeySize512Bits = 4;// STORAGE_CRYPTO_KEY_SIZE
pub const StorageCryptoKeySizeUnknown: i32 = 0;
pub const StorageCryptoKeySize128Bits: i32 = 1;
pub const StorageCryptoKeySize192Bits: i32 = 2;
pub const StorageCryptoKeySize256Bits: i32 = 3;
pub const StorageCryptoKeySize512Bits: i32 = 4;
pub const StorageCryptoKeySizeMax: i32 = 5;
pub const StorCryptoKeySizeUnknown: i32 = 0;
pub const StorCryptoKeySize128Bits: i32 = 1;
pub const StorCryptoKeySize192Bits: i32 = 2;
pub const StorCryptoKeySize256Bits: i32 = 3;
pub const StorCryptoKeySize512Bits: i32 = 4;const
StorageCryptoKeySizeUnknown* = 0
StorageCryptoKeySize128Bits* = 1
StorageCryptoKeySize192Bits* = 2
StorageCryptoKeySize256Bits* = 3
StorageCryptoKeySize512Bits* = 4
StorageCryptoKeySizeMax* = 5
StorCryptoKeySizeUnknown* = 0
StorCryptoKeySize128Bits* = 1
StorCryptoKeySize192Bits* = 2
StorCryptoKeySize256Bits* = 3
StorCryptoKeySize512Bits* = 4enum STORAGE_CRYPTO_KEY_SIZE : int {
StorageCryptoKeySizeUnknown = 0,
StorageCryptoKeySize128Bits = 1,
StorageCryptoKeySize192Bits = 2,
StorageCryptoKeySize256Bits = 3,
StorageCryptoKeySize512Bits = 4,
StorageCryptoKeySizeMax = 5,
StorCryptoKeySizeUnknown = 0,
StorCryptoKeySize128Bits = 1,
StorCryptoKeySize192Bits = 2,
StorCryptoKeySize256Bits = 3,
StorCryptoKeySize512Bits = 4,
}#define global StorageCryptoKeySizeUnknown 0x0
#define global StorageCryptoKeySize128Bits 0x1
#define global StorageCryptoKeySize192Bits 0x2
#define global StorageCryptoKeySize256Bits 0x3
#define global StorageCryptoKeySize512Bits 0x4
#define global StorageCryptoKeySizeMax 0x5
#define global StorCryptoKeySizeUnknown 0x0
#define global StorCryptoKeySize128Bits 0x1
#define global StorCryptoKeySize192Bits 0x2
#define global StorCryptoKeySize256Bits 0x3
#define global StorCryptoKeySize512Bits 0x4