Win32 API 日本語リファレンス
ホームGraphics.Printing › EPrintPropertyType

EPrintPropertyType

列挙型
基底型i4

メンバー 10

名前10進16進
kPropertyTypeString10x1
kPropertyTypeInt3220x2
kPropertyTypeInt6430x3
kPropertyTypeByte40x4
kPropertyTypeTime50x5
kPropertyTypeDevMode60x6
kPropertyTypeSD70x7
kPropertyTypeNotificationReply80x8
kPropertyTypeNotificationOptions90x9
kPropertyTypeBuffer100xA

各言語での定義

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

typedef enum EPrintPropertyType : int {
    kPropertyTypeString = 1,
    kPropertyTypeInt32 = 2,
    kPropertyTypeInt64 = 3,
    kPropertyTypeByte = 4,
    kPropertyTypeTime = 5,
    kPropertyTypeDevMode = 6,
    kPropertyTypeSD = 7,
    kPropertyTypeNotificationReply = 8,
    kPropertyTypeNotificationOptions = 9,
    kPropertyTypeBuffer = 10
} EPrintPropertyType;
public enum EPrintPropertyType : int
{
    kPropertyTypeString = 1,
    kPropertyTypeInt32 = 2,
    kPropertyTypeInt64 = 3,
    kPropertyTypeByte = 4,
    kPropertyTypeTime = 5,
    kPropertyTypeDevMode = 6,
    kPropertyTypeSD = 7,
    kPropertyTypeNotificationReply = 8,
    kPropertyTypeNotificationOptions = 9,
    kPropertyTypeBuffer = 10,
}
Public Enum EPrintPropertyType As Integer
    kPropertyTypeString = 1
    kPropertyTypeInt32 = 2
    kPropertyTypeInt64 = 3
    kPropertyTypeByte = 4
    kPropertyTypeTime = 5
    kPropertyTypeDevMode = 6
    kPropertyTypeSD = 7
    kPropertyTypeNotificationReply = 8
    kPropertyTypeNotificationOptions = 9
    kPropertyTypeBuffer = 10
End Enum
import enum

class EPrintPropertyType(enum.IntEnum):
    kPropertyTypeString = 1
    kPropertyTypeInt32 = 2
    kPropertyTypeInt64 = 3
    kPropertyTypeByte = 4
    kPropertyTypeTime = 5
    kPropertyTypeDevMode = 6
    kPropertyTypeSD = 7
    kPropertyTypeNotificationReply = 8
    kPropertyTypeNotificationOptions = 9
    kPropertyTypeBuffer = 10
// EPrintPropertyType
pub const kPropertyTypeString: i32 = 1;
pub const kPropertyTypeInt32: i32 = 2;
pub const kPropertyTypeInt64: i32 = 3;
pub const kPropertyTypeByte: i32 = 4;
pub const kPropertyTypeTime: i32 = 5;
pub const kPropertyTypeDevMode: i32 = 6;
pub const kPropertyTypeSD: i32 = 7;
pub const kPropertyTypeNotificationReply: i32 = 8;
pub const kPropertyTypeNotificationOptions: i32 = 9;
pub const kPropertyTypeBuffer: i32 = 10;
// EPrintPropertyType
const (
	kPropertyTypeString int32 = 1
	kPropertyTypeInt32 int32 = 2
	kPropertyTypeInt64 int32 = 3
	kPropertyTypeByte int32 = 4
	kPropertyTypeTime int32 = 5
	kPropertyTypeDevMode int32 = 6
	kPropertyTypeSD int32 = 7
	kPropertyTypeNotificationReply int32 = 8
	kPropertyTypeNotificationOptions int32 = 9
	kPropertyTypeBuffer int32 = 10
)
const
  kPropertyTypeString = 1;
  kPropertyTypeInt32 = 2;
  kPropertyTypeInt64 = 3;
  kPropertyTypeByte = 4;
  kPropertyTypeTime = 5;
  kPropertyTypeDevMode = 6;
  kPropertyTypeSD = 7;
  kPropertyTypeNotificationReply = 8;
  kPropertyTypeNotificationOptions = 9;
  kPropertyTypeBuffer = 10;
// EPrintPropertyType
pub const kPropertyTypeString: i32 = 1;
pub const kPropertyTypeInt32: i32 = 2;
pub const kPropertyTypeInt64: i32 = 3;
pub const kPropertyTypeByte: i32 = 4;
pub const kPropertyTypeTime: i32 = 5;
pub const kPropertyTypeDevMode: i32 = 6;
pub const kPropertyTypeSD: i32 = 7;
pub const kPropertyTypeNotificationReply: i32 = 8;
pub const kPropertyTypeNotificationOptions: i32 = 9;
pub const kPropertyTypeBuffer: i32 = 10;
const
  kPropertyTypeString* = 1
  kPropertyTypeInt32* = 2
  kPropertyTypeInt64* = 3
  kPropertyTypeByte* = 4
  kPropertyTypeTime* = 5
  kPropertyTypeDevMode* = 6
  kPropertyTypeSD* = 7
  kPropertyTypeNotificationReply* = 8
  kPropertyTypeNotificationOptions* = 9
  kPropertyTypeBuffer* = 10
enum EPrintPropertyType : int {
    kPropertyTypeString = 1,
    kPropertyTypeInt32 = 2,
    kPropertyTypeInt64 = 3,
    kPropertyTypeByte = 4,
    kPropertyTypeTime = 5,
    kPropertyTypeDevMode = 6,
    kPropertyTypeSD = 7,
    kPropertyTypeNotificationReply = 8,
    kPropertyTypeNotificationOptions = 9,
    kPropertyTypeBuffer = 10,
}
#define global kPropertyTypeString              0x1
#define global kPropertyTypeInt32               0x2
#define global kPropertyTypeInt64               0x3
#define global kPropertyTypeByte                0x4
#define global kPropertyTypeTime                0x5
#define global kPropertyTypeDevMode             0x6
#define global kPropertyTypeSD                  0x7
#define global kPropertyTypeNotificationReply   0x8
#define global kPropertyTypeNotificationOptions 0x9
#define global kPropertyTypeBuffer              0xA