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