Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the possible values of data transferred in a bidi operation
Syntax
typedef enum _PRINTERBIDISCHEMAELEMENTTYPE {
PrinterBidiSchemaElementType_Null = 0,
PrinterBidiSchemaElementType_Int = 1,
PrinterBidiSchemaElementType_Float = 2,
PrinterBidiSchemaElementType_Bool = 3,
PrinterBidiSchemaElementType_String = 4,
PrinterBidiSchemaElementType_Text = 5,
PrinterBidiSchemaElementType_Enum = 6,
PrinterBidiSchemaElementType_Blob = 7
} PRINTERBIDISCHEMAELEMENTTYPE;
Constants
PrinterBidiSchemaElementType_Null
No data.
PrinterBidiSchemaElementType_Int
Data is an integer.
PrinterBidiSchemaElementType_Float
Data is a floating-point number.
PrinterBidiSchemaElementType_Bool
Data is a boolean value.
PrinterBidiSchemaElementType_String
Data is a Unicode character string.
PrinterBidiSchemaElementType_Text
Data is a non-localizable Unicode string.
PrinterBidiSchemaElementType_Enum
Data is a Unicode string.
PrinterBidiSchemaElementType_Blob
Data is binary data.