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

msidbServiceInstallErrorControl

列挙型
基底型i4

メンバー 1

名前10進16進
msidbServiceInstallErrorControlVital327680x8000

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum msidbServiceInstallErrorControl : int {
    msidbServiceInstallErrorControlVital = 32768
} msidbServiceInstallErrorControl;
public enum msidbServiceInstallErrorControl : int
{
    msidbServiceInstallErrorControlVital = 32768,
}
Public Enum msidbServiceInstallErrorControl As Integer
    msidbServiceInstallErrorControlVital = 32768
End Enum
import enum

class msidbServiceInstallErrorControl(enum.IntEnum):
    msidbServiceInstallErrorControlVital = 32768
// msidbServiceInstallErrorControl
pub const msidbServiceInstallErrorControlVital: i32 = 32768;
// msidbServiceInstallErrorControl
const (
	msidbServiceInstallErrorControlVital int32 = 32768
)
const
  msidbServiceInstallErrorControlVital = 32768;
// msidbServiceInstallErrorControl
pub const msidbServiceInstallErrorControlVital: i32 = 32768;
const
  msidbServiceInstallErrorControlVital* = 32768
enum msidbServiceInstallErrorControl : int {
    msidbServiceInstallErrorControlVital = 32768,
}
#define global msidbServiceInstallErrorControlVital 0x8000