Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the EPrintPropertyType enumeration.
Syntax
typedef enum {
kPropertyTypeString,
kPropertyTypeInt32,
kPropertyTypeInt64,
kPropertyTypeByte,
kPropertyTypeTime,
kPropertyTypeDevMode,
kPropertyTypeSD,
kPropertyTypeNotificationReply,
kPropertyTypeNotificationOptions,
kPropertyTypeBuffer
} EPrintPropertyType;
Constants
kPropertyTypeStringDefines the kPropertyTypeString constant. |
kPropertyTypeInt32Defines the kPropertyTypeInt32 constant. |
kPropertyTypeInt64Defines the kPropertyTypeInt64 constant. |
kPropertyTypeByteDefines the kPropertyTypeByte constant. |
kPropertyTypeTimeDefines the kPropertyTypeTime constant. |
kPropertyTypeDevModeDefines the kPropertyTypeDevMode constant. |
kPropertyTypeSDDefines the kPropertyTypeSD constant. |
kPropertyTypeNotificationReplyDefines the kPropertyTypeNotificationReply constant. |
kPropertyTypeNotificationOptionsDefines the kPropertyTypeNotificationOptions constant. |
kPropertyTypeBufferDefines the kPropertyTypeBuffer constant. |
Requirements
| Requirement | Value |
|---|---|
| Header | winspool.h (include Winspool.h) |