ホーム › System.UpdateAgent › AutoSelectionMode
AutoSelectionMode
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| asLetWindowsUpdateDecide | 0 | 0x0 |
| asAutoSelectIfDownloaded | 1 | 0x1 |
| asNeverAutoSelect | 2 | 0x2 |
| asAlwaysAutoSelect | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum AutoSelectionMode : int {
asLetWindowsUpdateDecide = 0,
asAutoSelectIfDownloaded = 1,
asNeverAutoSelect = 2,
asAlwaysAutoSelect = 3
} AutoSelectionMode;public enum AutoSelectionMode : int
{
asLetWindowsUpdateDecide = 0,
asAutoSelectIfDownloaded = 1,
asNeverAutoSelect = 2,
asAlwaysAutoSelect = 3,
}Public Enum AutoSelectionMode As Integer
asLetWindowsUpdateDecide = 0
asAutoSelectIfDownloaded = 1
asNeverAutoSelect = 2
asAlwaysAutoSelect = 3
End Enumimport enum
class AutoSelectionMode(enum.IntEnum):
asLetWindowsUpdateDecide = 0
asAutoSelectIfDownloaded = 1
asNeverAutoSelect = 2
asAlwaysAutoSelect = 3// AutoSelectionMode
pub const asLetWindowsUpdateDecide: i32 = 0;
pub const asAutoSelectIfDownloaded: i32 = 1;
pub const asNeverAutoSelect: i32 = 2;
pub const asAlwaysAutoSelect: i32 = 3;// AutoSelectionMode
const (
asLetWindowsUpdateDecide int32 = 0
asAutoSelectIfDownloaded int32 = 1
asNeverAutoSelect int32 = 2
asAlwaysAutoSelect int32 = 3
)const
asLetWindowsUpdateDecide = 0;
asAutoSelectIfDownloaded = 1;
asNeverAutoSelect = 2;
asAlwaysAutoSelect = 3;// AutoSelectionMode
pub const asLetWindowsUpdateDecide: i32 = 0;
pub const asAutoSelectIfDownloaded: i32 = 1;
pub const asNeverAutoSelect: i32 = 2;
pub const asAlwaysAutoSelect: i32 = 3;const
asLetWindowsUpdateDecide* = 0
asAutoSelectIfDownloaded* = 1
asNeverAutoSelect* = 2
asAlwaysAutoSelect* = 3enum AutoSelectionMode : int {
asLetWindowsUpdateDecide = 0,
asAutoSelectIfDownloaded = 1,
asNeverAutoSelect = 2,
asAlwaysAutoSelect = 3,
}#define global asLetWindowsUpdateDecide 0x0
#define global asAutoSelectIfDownloaded 0x1
#define global asNeverAutoSelect 0x2
#define global asAlwaysAutoSelect 0x3