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

DBPROPSTATUSENUM21

列挙型
基底型i4

メンバー 1

名前10進16進
DBPROPSTATUS_NOTAVAILABLE90x9

各言語での定義

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

typedef enum DBPROPSTATUSENUM21 : int {
    DBPROPSTATUS_NOTAVAILABLE = 9
} DBPROPSTATUSENUM21;
public enum DBPROPSTATUSENUM21 : int
{
    DBPROPSTATUS_NOTAVAILABLE = 9,
}
Public Enum DBPROPSTATUSENUM21 As Integer
    DBPROPSTATUS_NOTAVAILABLE = 9
End Enum
import enum

class DBPROPSTATUSENUM21(enum.IntEnum):
    DBPROPSTATUS_NOTAVAILABLE = 9
// DBPROPSTATUSENUM21
pub const DBPROPSTATUS_NOTAVAILABLE: i32 = 9;
// DBPROPSTATUSENUM21
const (
	DBPROPSTATUS_NOTAVAILABLE int32 = 9
)
const
  DBPROPSTATUS_NOTAVAILABLE = 9;
// DBPROPSTATUSENUM21
pub const DBPROPSTATUS_NOTAVAILABLE: i32 = 9;
const
  DBPROPSTATUS_NOTAVAILABLE* = 9
enum DBPROPSTATUSENUM21 : int {
    DBPROPSTATUS_NOTAVAILABLE = 9,
}
#define global DBPROPSTATUS_NOTAVAILABLE 0x9