ホーム › Security.WinTrust › WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION
WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| DWACTION_ALLOCANDFILL | 1 | 0x1 |
| DWACTION_FREE | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION : unsigned int {
DWACTION_ALLOCANDFILL = 1,
DWACTION_FREE = 2
} WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION;public enum WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION : uint
{
DWACTION_ALLOCANDFILL = 1,
DWACTION_FREE = 2,
}Public Enum WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION As UInteger
DWACTION_ALLOCANDFILL = 1
DWACTION_FREE = 2
End Enumimport enum
class WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION(enum.IntEnum):
DWACTION_ALLOCANDFILL = 1
DWACTION_FREE = 2// WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION
pub const DWACTION_ALLOCANDFILL: u32 = 1;
pub const DWACTION_FREE: u32 = 2;// WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION
const (
DWACTION_ALLOCANDFILL uint32 = 1
DWACTION_FREE uint32 = 2
)const
DWACTION_ALLOCANDFILL = 1;
DWACTION_FREE = 2;// WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION
pub const DWACTION_ALLOCANDFILL: u32 = 1;
pub const DWACTION_FREE: u32 = 2;const
DWACTION_ALLOCANDFILL* = 1
DWACTION_FREE* = 2enum WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION : uint {
DWACTION_ALLOCANDFILL = 1,
DWACTION_FREE = 2,
}#define global DWACTION_ALLOCANDFILL 0x1
#define global DWACTION_FREE 0x2