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

WER_SUBMIT_RESULT

列挙型
基底型i4

メンバー 13

名前10進16進
WerReportQueued10x1
WerReportUploaded20x2
WerReportDebug30x3
WerReportFailed40x4
WerDisabled50x5
WerReportCancelled60x6
WerDisabledQueue70x7
WerReportAsync80x8
WerCustomAction90x9
WerThrottled100xA
WerReportUploadedCab110xB
WerStorageLocationNotFound120xC
WerSubmitResultMax130xD

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 13
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,
}
#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