PRINTERBIDISCHEMAELEMENTTYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
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;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (printerbidischemaelementtype)

PRINTERBIDISCHEMAELEMENTTYPE enumeration

Specifies the possible values of data transferred in a bidi operation

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.

See also

BidiType