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

WER_REPORT_UI

列挙型
基底型i4

メンバー 11

名前10進16進
WerUIAdditionalDataDlgHeader10x1
WerUIIconFilePath20x2
WerUIConsentDlgHeader30x3
WerUIConsentDlgBody40x4
WerUIOnlineSolutionCheckText50x5
WerUIOfflineSolutionCheckText60x6
WerUICloseText70x7
WerUICloseDlgHeader80x8
WerUICloseDlgBody90x9
WerUICloseDlgButtonText100xA
WerUIMax110xB

各言語での定義

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

typedef enum WER_REPORT_UI : int {
    WerUIAdditionalDataDlgHeader = 1,
    WerUIIconFilePath = 2,
    WerUIConsentDlgHeader = 3,
    WerUIConsentDlgBody = 4,
    WerUIOnlineSolutionCheckText = 5,
    WerUIOfflineSolutionCheckText = 6,
    WerUICloseText = 7,
    WerUICloseDlgHeader = 8,
    WerUICloseDlgBody = 9,
    WerUICloseDlgButtonText = 10,
    WerUIMax = 11
} WER_REPORT_UI;
public enum WER_REPORT_UI : int
{
    WerUIAdditionalDataDlgHeader = 1,
    WerUIIconFilePath = 2,
    WerUIConsentDlgHeader = 3,
    WerUIConsentDlgBody = 4,
    WerUIOnlineSolutionCheckText = 5,
    WerUIOfflineSolutionCheckText = 6,
    WerUICloseText = 7,
    WerUICloseDlgHeader = 8,
    WerUICloseDlgBody = 9,
    WerUICloseDlgButtonText = 10,
    WerUIMax = 11,
}
Public Enum WER_REPORT_UI As Integer
    WerUIAdditionalDataDlgHeader = 1
    WerUIIconFilePath = 2
    WerUIConsentDlgHeader = 3
    WerUIConsentDlgBody = 4
    WerUIOnlineSolutionCheckText = 5
    WerUIOfflineSolutionCheckText = 6
    WerUICloseText = 7
    WerUICloseDlgHeader = 8
    WerUICloseDlgBody = 9
    WerUICloseDlgButtonText = 10
    WerUIMax = 11
End Enum
import enum

class WER_REPORT_UI(enum.IntEnum):
    WerUIAdditionalDataDlgHeader = 1
    WerUIIconFilePath = 2
    WerUIConsentDlgHeader = 3
    WerUIConsentDlgBody = 4
    WerUIOnlineSolutionCheckText = 5
    WerUIOfflineSolutionCheckText = 6
    WerUICloseText = 7
    WerUICloseDlgHeader = 8
    WerUICloseDlgBody = 9
    WerUICloseDlgButtonText = 10
    WerUIMax = 11
// WER_REPORT_UI
pub const WerUIAdditionalDataDlgHeader: i32 = 1;
pub const WerUIIconFilePath: i32 = 2;
pub const WerUIConsentDlgHeader: i32 = 3;
pub const WerUIConsentDlgBody: i32 = 4;
pub const WerUIOnlineSolutionCheckText: i32 = 5;
pub const WerUIOfflineSolutionCheckText: i32 = 6;
pub const WerUICloseText: i32 = 7;
pub const WerUICloseDlgHeader: i32 = 8;
pub const WerUICloseDlgBody: i32 = 9;
pub const WerUICloseDlgButtonText: i32 = 10;
pub const WerUIMax: i32 = 11;
// WER_REPORT_UI
const (
	WerUIAdditionalDataDlgHeader int32 = 1
	WerUIIconFilePath int32 = 2
	WerUIConsentDlgHeader int32 = 3
	WerUIConsentDlgBody int32 = 4
	WerUIOnlineSolutionCheckText int32 = 5
	WerUIOfflineSolutionCheckText int32 = 6
	WerUICloseText int32 = 7
	WerUICloseDlgHeader int32 = 8
	WerUICloseDlgBody int32 = 9
	WerUICloseDlgButtonText int32 = 10
	WerUIMax int32 = 11
)
const
  WerUIAdditionalDataDlgHeader = 1;
  WerUIIconFilePath = 2;
  WerUIConsentDlgHeader = 3;
  WerUIConsentDlgBody = 4;
  WerUIOnlineSolutionCheckText = 5;
  WerUIOfflineSolutionCheckText = 6;
  WerUICloseText = 7;
  WerUICloseDlgHeader = 8;
  WerUICloseDlgBody = 9;
  WerUICloseDlgButtonText = 10;
  WerUIMax = 11;
// WER_REPORT_UI
pub const WerUIAdditionalDataDlgHeader: i32 = 1;
pub const WerUIIconFilePath: i32 = 2;
pub const WerUIConsentDlgHeader: i32 = 3;
pub const WerUIConsentDlgBody: i32 = 4;
pub const WerUIOnlineSolutionCheckText: i32 = 5;
pub const WerUIOfflineSolutionCheckText: i32 = 6;
pub const WerUICloseText: i32 = 7;
pub const WerUICloseDlgHeader: i32 = 8;
pub const WerUICloseDlgBody: i32 = 9;
pub const WerUICloseDlgButtonText: i32 = 10;
pub const WerUIMax: i32 = 11;
const
  WerUIAdditionalDataDlgHeader* = 1
  WerUIIconFilePath* = 2
  WerUIConsentDlgHeader* = 3
  WerUIConsentDlgBody* = 4
  WerUIOnlineSolutionCheckText* = 5
  WerUIOfflineSolutionCheckText* = 6
  WerUICloseText* = 7
  WerUICloseDlgHeader* = 8
  WerUICloseDlgBody* = 9
  WerUICloseDlgButtonText* = 10
  WerUIMax* = 11
enum WER_REPORT_UI : int {
    WerUIAdditionalDataDlgHeader = 1,
    WerUIIconFilePath = 2,
    WerUIConsentDlgHeader = 3,
    WerUIConsentDlgBody = 4,
    WerUIOnlineSolutionCheckText = 5,
    WerUIOfflineSolutionCheckText = 6,
    WerUICloseText = 7,
    WerUICloseDlgHeader = 8,
    WerUICloseDlgBody = 9,
    WerUICloseDlgButtonText = 10,
    WerUIMax = 11,
}
#define global WerUIAdditionalDataDlgHeader  0x1
#define global WerUIIconFilePath             0x2
#define global WerUIConsentDlgHeader         0x3
#define global WerUIConsentDlgBody           0x4
#define global WerUIOnlineSolutionCheckText  0x5
#define global WerUIOfflineSolutionCheckText 0x6
#define global WerUICloseText                0x7
#define global WerUICloseDlgHeader           0x8
#define global WerUICloseDlgBody             0x9
#define global WerUICloseDlgButtonText       0xA
#define global WerUIMax                      0xB