ホーム › System.ErrorReporting › WER_SUBMIT_RESULT
WER_SUBMIT_RESULT
列挙型メンバー 13
| 名前 | 10進 | 16進 |
|---|---|---|
| WerReportQueued | 1 | 0x1 |
| WerReportUploaded | 2 | 0x2 |
| WerReportDebug | 3 | 0x3 |
| WerReportFailed | 4 | 0x4 |
| WerDisabled | 5 | 0x5 |
| WerReportCancelled | 6 | 0x6 |
| WerDisabledQueue | 7 | 0x7 |
| WerReportAsync | 8 | 0x8 |
| WerCustomAction | 9 | 0x9 |
| WerThrottled | 10 | 0xA |
| WerReportUploadedCab | 11 | 0xB |
| WerStorageLocationNotFound | 12 | 0xC |
| WerSubmitResultMax | 13 | 0xD |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WER_SUBMIT_RESULT : int {
WerReportQueued = 1,
WerReportUploaded = 2,
WerReportDebug = 3,
WerReportFailed = 4,
WerDisabled = 5,
WerReportCancelled = 6,
WerDisabledQueue = 7,
WerReportAsync = 8,
WerCustomAction = 9,
WerThrottled = 10,
WerReportUploadedCab = 11,
WerStorageLocationNotFound = 12,
WerSubmitResultMax = 13
} WER_SUBMIT_RESULT;public enum WER_SUBMIT_RESULT : int
{
WerReportQueued = 1,
WerReportUploaded = 2,
WerReportDebug = 3,
WerReportFailed = 4,
WerDisabled = 5,
WerReportCancelled = 6,
WerDisabledQueue = 7,
WerReportAsync = 8,
WerCustomAction = 9,
WerThrottled = 10,
WerReportUploadedCab = 11,
WerStorageLocationNotFound = 12,
WerSubmitResultMax = 13,
}Public Enum WER_SUBMIT_RESULT As Integer
WerReportQueued = 1
WerReportUploaded = 2
WerReportDebug = 3
WerReportFailed = 4
WerDisabled = 5
WerReportCancelled = 6
WerDisabledQueue = 7
WerReportAsync = 8
WerCustomAction = 9
WerThrottled = 10
WerReportUploadedCab = 11
WerStorageLocationNotFound = 12
WerSubmitResultMax = 13
End Enumimport enum
class WER_SUBMIT_RESULT(enum.IntEnum):
WerReportQueued = 1
WerReportUploaded = 2
WerReportDebug = 3
WerReportFailed = 4
WerDisabled = 5
WerReportCancelled = 6
WerDisabledQueue = 7
WerReportAsync = 8
WerCustomAction = 9
WerThrottled = 10
WerReportUploadedCab = 11
WerStorageLocationNotFound = 12
WerSubmitResultMax = 13// WER_SUBMIT_RESULT
pub const WerReportQueued: i32 = 1;
pub const WerReportUploaded: i32 = 2;
pub const WerReportDebug: i32 = 3;
pub const WerReportFailed: i32 = 4;
pub const WerDisabled: i32 = 5;
pub const WerReportCancelled: i32 = 6;
pub const WerDisabledQueue: i32 = 7;
pub const WerReportAsync: i32 = 8;
pub const WerCustomAction: i32 = 9;
pub const WerThrottled: i32 = 10;
pub const WerReportUploadedCab: i32 = 11;
pub const WerStorageLocationNotFound: i32 = 12;
pub const WerSubmitResultMax: i32 = 13;// WER_SUBMIT_RESULT
const (
WerReportQueued int32 = 1
WerReportUploaded int32 = 2
WerReportDebug int32 = 3
WerReportFailed int32 = 4
WerDisabled int32 = 5
WerReportCancelled int32 = 6
WerDisabledQueue int32 = 7
WerReportAsync int32 = 8
WerCustomAction int32 = 9
WerThrottled int32 = 10
WerReportUploadedCab int32 = 11
WerStorageLocationNotFound int32 = 12
WerSubmitResultMax int32 = 13
)const
WerReportQueued = 1;
WerReportUploaded = 2;
WerReportDebug = 3;
WerReportFailed = 4;
WerDisabled = 5;
WerReportCancelled = 6;
WerDisabledQueue = 7;
WerReportAsync = 8;
WerCustomAction = 9;
WerThrottled = 10;
WerReportUploadedCab = 11;
WerStorageLocationNotFound = 12;
WerSubmitResultMax = 13;// WER_SUBMIT_RESULT
pub const WerReportQueued: i32 = 1;
pub const WerReportUploaded: i32 = 2;
pub const WerReportDebug: i32 = 3;
pub const WerReportFailed: i32 = 4;
pub const WerDisabled: i32 = 5;
pub const WerReportCancelled: i32 = 6;
pub const WerDisabledQueue: i32 = 7;
pub const WerReportAsync: i32 = 8;
pub const WerCustomAction: i32 = 9;
pub const WerThrottled: i32 = 10;
pub const WerReportUploadedCab: i32 = 11;
pub const WerStorageLocationNotFound: i32 = 12;
pub const WerSubmitResultMax: i32 = 13;const
WerReportQueued* = 1
WerReportUploaded* = 2
WerReportDebug* = 3
WerReportFailed* = 4
WerDisabled* = 5
WerReportCancelled* = 6
WerDisabledQueue* = 7
WerReportAsync* = 8
WerCustomAction* = 9
WerThrottled* = 10
WerReportUploadedCab* = 11
WerStorageLocationNotFound* = 12
WerSubmitResultMax* = 13enum WER_SUBMIT_RESULT : int {
WerReportQueued = 1,
WerReportUploaded = 2,
WerReportDebug = 3,
WerReportFailed = 4,
WerDisabled = 5,
WerReportCancelled = 6,
WerDisabledQueue = 7,
WerReportAsync = 8,
WerCustomAction = 9,
WerThrottled = 10,
WerReportUploadedCab = 11,
WerStorageLocationNotFound = 12,
WerSubmitResultMax = 13,
}#define global WerReportQueued 0x1
#define global WerReportUploaded 0x2
#define global WerReportDebug 0x3
#define global WerReportFailed 0x4
#define global WerDisabled 0x5
#define global WerReportCancelled 0x6
#define global WerDisabledQueue 0x7
#define global WerReportAsync 0x8
#define global WerCustomAction 0x9
#define global WerThrottled 0xA
#define global WerReportUploadedCab 0xB
#define global WerStorageLocationNotFound 0xC
#define global WerSubmitResultMax 0xD