Win32 API 日本語リファレンス
ホームSystem.ApplicationInstallationAndServicing › msifiFastInstallBits

msifiFastInstallBits

列挙型
基底型i4

メンバー 3

名前10進16進
msifiFastInstallNoSR10x1
msifiFastInstallQuickCosting20x2
msifiFastInstallLessPrgMsg40x4

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 4
enum msifiFastInstallBits : int {
    msifiFastInstallNoSR = 1,
    msifiFastInstallQuickCosting = 2,
    msifiFastInstallLessPrgMsg = 4,
}
#define global msifiFastInstallNoSR         0x1
#define global msifiFastInstallQuickCosting 0x2
#define global msifiFastInstallLessPrgMsg   0x4