ホーム › System.ErrorReporting › WER_REPORT_UI
WER_REPORT_UI
列挙型メンバー 11
| 名前 | 10進 | 16進 |
|---|---|---|
| WerUIAdditionalDataDlgHeader | 1 | 0x1 |
| WerUIIconFilePath | 2 | 0x2 |
| WerUIConsentDlgHeader | 3 | 0x3 |
| WerUIConsentDlgBody | 4 | 0x4 |
| WerUIOnlineSolutionCheckText | 5 | 0x5 |
| WerUIOfflineSolutionCheckText | 6 | 0x6 |
| WerUICloseText | 7 | 0x7 |
| WerUICloseDlgHeader | 8 | 0x8 |
| WerUICloseDlgBody | 9 | 0x9 |
| WerUICloseDlgButtonText | 10 | 0xA |
| WerUIMax | 11 | 0xB |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 11enum 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