Enumeración PRINTERBIDISCHEMAELEMENTTYPE
Especifica los valores posibles de los datos transferidos en una operación bidi.
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;
Constantes
PrinterBidiSchemaElementType_Null
No hay datos.
PrinterBidiSchemaElementType_Int
Los datos son un entero.
PrinterBidiSchemaElementType_Float
Los datos son un número de punto flotante.
PrinterBidiSchemaElementType_Bool
Los datos son un valor booleano.
PrinterBidiSchemaElementType_String
Los datos son una cadena de caracteres Unicode.
PrinterBidiSchemaElementType_Text
Los datos son una cadena Unicode no localizable.
PrinterBidiSchemaElementType_Enum
Los datos son una cadena Unicode.
PrinterBidiSchemaElementType_Blob
Los datos son datos binarios.