ホーム › System.Search › DBSTATUSENUM21
DBSTATUSENUM21
列挙型メンバー 11
| 名前 | 10進 | 16進 |
|---|---|---|
| DBSTATUS_E_DOESNOTEXIST | 16 | 0x10 |
| DBSTATUS_E_INVALIDURL | 17 | 0x11 |
| DBSTATUS_E_RESOURCELOCKED | 18 | 0x12 |
| DBSTATUS_E_RESOURCEEXISTS | 19 | 0x13 |
| DBSTATUS_E_CANNOTCOMPLETE | 20 | 0x14 |
| DBSTATUS_E_VOLUMENOTFOUND | 21 | 0x15 |
| DBSTATUS_E_OUTOFSPACE | 22 | 0x16 |
| DBSTATUS_S_CANNOTDELETESOURCE | 23 | 0x17 |
| DBSTATUS_E_READONLY | 24 | 0x18 |
| DBSTATUS_E_RESOURCEOUTOFSCOPE | 25 | 0x19 |
| DBSTATUS_S_ALREADYEXISTS | 26 | 0x1A |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DBSTATUSENUM21 : int {
DBSTATUS_E_DOESNOTEXIST = 16,
DBSTATUS_E_INVALIDURL = 17,
DBSTATUS_E_RESOURCELOCKED = 18,
DBSTATUS_E_RESOURCEEXISTS = 19,
DBSTATUS_E_CANNOTCOMPLETE = 20,
DBSTATUS_E_VOLUMENOTFOUND = 21,
DBSTATUS_E_OUTOFSPACE = 22,
DBSTATUS_S_CANNOTDELETESOURCE = 23,
DBSTATUS_E_READONLY = 24,
DBSTATUS_E_RESOURCEOUTOFSCOPE = 25,
DBSTATUS_S_ALREADYEXISTS = 26
} DBSTATUSENUM21;public enum DBSTATUSENUM21 : int
{
DBSTATUS_E_DOESNOTEXIST = 16,
DBSTATUS_E_INVALIDURL = 17,
DBSTATUS_E_RESOURCELOCKED = 18,
DBSTATUS_E_RESOURCEEXISTS = 19,
DBSTATUS_E_CANNOTCOMPLETE = 20,
DBSTATUS_E_VOLUMENOTFOUND = 21,
DBSTATUS_E_OUTOFSPACE = 22,
DBSTATUS_S_CANNOTDELETESOURCE = 23,
DBSTATUS_E_READONLY = 24,
DBSTATUS_E_RESOURCEOUTOFSCOPE = 25,
DBSTATUS_S_ALREADYEXISTS = 26,
}Public Enum DBSTATUSENUM21 As Integer
DBSTATUS_E_DOESNOTEXIST = 16
DBSTATUS_E_INVALIDURL = 17
DBSTATUS_E_RESOURCELOCKED = 18
DBSTATUS_E_RESOURCEEXISTS = 19
DBSTATUS_E_CANNOTCOMPLETE = 20
DBSTATUS_E_VOLUMENOTFOUND = 21
DBSTATUS_E_OUTOFSPACE = 22
DBSTATUS_S_CANNOTDELETESOURCE = 23
DBSTATUS_E_READONLY = 24
DBSTATUS_E_RESOURCEOUTOFSCOPE = 25
DBSTATUS_S_ALREADYEXISTS = 26
End Enumimport enum
class DBSTATUSENUM21(enum.IntEnum):
DBSTATUS_E_DOESNOTEXIST = 16
DBSTATUS_E_INVALIDURL = 17
DBSTATUS_E_RESOURCELOCKED = 18
DBSTATUS_E_RESOURCEEXISTS = 19
DBSTATUS_E_CANNOTCOMPLETE = 20
DBSTATUS_E_VOLUMENOTFOUND = 21
DBSTATUS_E_OUTOFSPACE = 22
DBSTATUS_S_CANNOTDELETESOURCE = 23
DBSTATUS_E_READONLY = 24
DBSTATUS_E_RESOURCEOUTOFSCOPE = 25
DBSTATUS_S_ALREADYEXISTS = 26// DBSTATUSENUM21
pub const DBSTATUS_E_DOESNOTEXIST: i32 = 16;
pub const DBSTATUS_E_INVALIDURL: i32 = 17;
pub const DBSTATUS_E_RESOURCELOCKED: i32 = 18;
pub const DBSTATUS_E_RESOURCEEXISTS: i32 = 19;
pub const DBSTATUS_E_CANNOTCOMPLETE: i32 = 20;
pub const DBSTATUS_E_VOLUMENOTFOUND: i32 = 21;
pub const DBSTATUS_E_OUTOFSPACE: i32 = 22;
pub const DBSTATUS_S_CANNOTDELETESOURCE: i32 = 23;
pub const DBSTATUS_E_READONLY: i32 = 24;
pub const DBSTATUS_E_RESOURCEOUTOFSCOPE: i32 = 25;
pub const DBSTATUS_S_ALREADYEXISTS: i32 = 26;// DBSTATUSENUM21
const (
DBSTATUS_E_DOESNOTEXIST int32 = 16
DBSTATUS_E_INVALIDURL int32 = 17
DBSTATUS_E_RESOURCELOCKED int32 = 18
DBSTATUS_E_RESOURCEEXISTS int32 = 19
DBSTATUS_E_CANNOTCOMPLETE int32 = 20
DBSTATUS_E_VOLUMENOTFOUND int32 = 21
DBSTATUS_E_OUTOFSPACE int32 = 22
DBSTATUS_S_CANNOTDELETESOURCE int32 = 23
DBSTATUS_E_READONLY int32 = 24
DBSTATUS_E_RESOURCEOUTOFSCOPE int32 = 25
DBSTATUS_S_ALREADYEXISTS int32 = 26
)const
DBSTATUS_E_DOESNOTEXIST = 16;
DBSTATUS_E_INVALIDURL = 17;
DBSTATUS_E_RESOURCELOCKED = 18;
DBSTATUS_E_RESOURCEEXISTS = 19;
DBSTATUS_E_CANNOTCOMPLETE = 20;
DBSTATUS_E_VOLUMENOTFOUND = 21;
DBSTATUS_E_OUTOFSPACE = 22;
DBSTATUS_S_CANNOTDELETESOURCE = 23;
DBSTATUS_E_READONLY = 24;
DBSTATUS_E_RESOURCEOUTOFSCOPE = 25;
DBSTATUS_S_ALREADYEXISTS = 26;// DBSTATUSENUM21
pub const DBSTATUS_E_DOESNOTEXIST: i32 = 16;
pub const DBSTATUS_E_INVALIDURL: i32 = 17;
pub const DBSTATUS_E_RESOURCELOCKED: i32 = 18;
pub const DBSTATUS_E_RESOURCEEXISTS: i32 = 19;
pub const DBSTATUS_E_CANNOTCOMPLETE: i32 = 20;
pub const DBSTATUS_E_VOLUMENOTFOUND: i32 = 21;
pub const DBSTATUS_E_OUTOFSPACE: i32 = 22;
pub const DBSTATUS_S_CANNOTDELETESOURCE: i32 = 23;
pub const DBSTATUS_E_READONLY: i32 = 24;
pub const DBSTATUS_E_RESOURCEOUTOFSCOPE: i32 = 25;
pub const DBSTATUS_S_ALREADYEXISTS: i32 = 26;const
DBSTATUS_E_DOESNOTEXIST* = 16
DBSTATUS_E_INVALIDURL* = 17
DBSTATUS_E_RESOURCELOCKED* = 18
DBSTATUS_E_RESOURCEEXISTS* = 19
DBSTATUS_E_CANNOTCOMPLETE* = 20
DBSTATUS_E_VOLUMENOTFOUND* = 21
DBSTATUS_E_OUTOFSPACE* = 22
DBSTATUS_S_CANNOTDELETESOURCE* = 23
DBSTATUS_E_READONLY* = 24
DBSTATUS_E_RESOURCEOUTOFSCOPE* = 25
DBSTATUS_S_ALREADYEXISTS* = 26enum DBSTATUSENUM21 : int {
DBSTATUS_E_DOESNOTEXIST = 16,
DBSTATUS_E_INVALIDURL = 17,
DBSTATUS_E_RESOURCELOCKED = 18,
DBSTATUS_E_RESOURCEEXISTS = 19,
DBSTATUS_E_CANNOTCOMPLETE = 20,
DBSTATUS_E_VOLUMENOTFOUND = 21,
DBSTATUS_E_OUTOFSPACE = 22,
DBSTATUS_S_CANNOTDELETESOURCE = 23,
DBSTATUS_E_READONLY = 24,
DBSTATUS_E_RESOURCEOUTOFSCOPE = 25,
DBSTATUS_S_ALREADYEXISTS = 26,
}#define global DBSTATUS_E_DOESNOTEXIST 0x10
#define global DBSTATUS_E_INVALIDURL 0x11
#define global DBSTATUS_E_RESOURCELOCKED 0x12
#define global DBSTATUS_E_RESOURCEEXISTS 0x13
#define global DBSTATUS_E_CANNOTCOMPLETE 0x14
#define global DBSTATUS_E_VOLUMENOTFOUND 0x15
#define global DBSTATUS_E_OUTOFSPACE 0x16
#define global DBSTATUS_S_CANNOTDELETESOURCE 0x17
#define global DBSTATUS_E_READONLY 0x18
#define global DBSTATUS_E_RESOURCEOUTOFSCOPE 0x19
#define global DBSTATUS_S_ALREADYEXISTS 0x1A