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

DBPROPENUM25

列挙型
基底型i4

メンバー 4

名前10進16進
DBPROP_COL_SEED2820x11A
DBPROP_COL_INCREMENT2830x11B
DBPROP_INIT_GENERALTIMEOUT2840x11C
DBPROP_COMSERVICES2850x11D

各言語での定義

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

typedef enum DBPROPENUM25 : int {
    DBPROP_COL_SEED = 282,
    DBPROP_COL_INCREMENT = 283,
    DBPROP_INIT_GENERALTIMEOUT = 284,
    DBPROP_COMSERVICES = 285
} DBPROPENUM25;
public enum DBPROPENUM25 : int
{
    DBPROP_COL_SEED = 282,
    DBPROP_COL_INCREMENT = 283,
    DBPROP_INIT_GENERALTIMEOUT = 284,
    DBPROP_COMSERVICES = 285,
}
Public Enum DBPROPENUM25 As Integer
    DBPROP_COL_SEED = 282
    DBPROP_COL_INCREMENT = 283
    DBPROP_INIT_GENERALTIMEOUT = 284
    DBPROP_COMSERVICES = 285
End Enum
import enum

class DBPROPENUM25(enum.IntEnum):
    DBPROP_COL_SEED = 282
    DBPROP_COL_INCREMENT = 283
    DBPROP_INIT_GENERALTIMEOUT = 284
    DBPROP_COMSERVICES = 285
// DBPROPENUM25
pub const DBPROP_COL_SEED: i32 = 282;
pub const DBPROP_COL_INCREMENT: i32 = 283;
pub const DBPROP_INIT_GENERALTIMEOUT: i32 = 284;
pub const DBPROP_COMSERVICES: i32 = 285;
// DBPROPENUM25
const (
	DBPROP_COL_SEED int32 = 282
	DBPROP_COL_INCREMENT int32 = 283
	DBPROP_INIT_GENERALTIMEOUT int32 = 284
	DBPROP_COMSERVICES int32 = 285
)
const
  DBPROP_COL_SEED = 282;
  DBPROP_COL_INCREMENT = 283;
  DBPROP_INIT_GENERALTIMEOUT = 284;
  DBPROP_COMSERVICES = 285;
// DBPROPENUM25
pub const DBPROP_COL_SEED: i32 = 282;
pub const DBPROP_COL_INCREMENT: i32 = 283;
pub const DBPROP_INIT_GENERALTIMEOUT: i32 = 284;
pub const DBPROP_COMSERVICES: i32 = 285;
const
  DBPROP_COL_SEED* = 282
  DBPROP_COL_INCREMENT* = 283
  DBPROP_INIT_GENERALTIMEOUT* = 284
  DBPROP_COMSERVICES* = 285
enum DBPROPENUM25 : int {
    DBPROP_COL_SEED = 282,
    DBPROP_COL_INCREMENT = 283,
    DBPROP_INIT_GENERALTIMEOUT = 284,
    DBPROP_COMSERVICES = 285,
}
#define global DBPROP_COL_SEED            0x11A
#define global DBPROP_COL_INCREMENT       0x11B
#define global DBPROP_INIT_GENERALTIMEOUT 0x11C
#define global DBPROP_COMSERVICES         0x11D