Important: this function only concerns Adelia reports
This function is used to determine what type of driver (undetermined, GDI or XPS) was used for the RAW mode for a given printer number.
Context
- Windows client
- Adelia Cloud client
- Event Adelia client
Parameters
NUM_BIN_2 | PrinterNum | Number of the printer (from 1 to 9). |
NUM_BIN2 | RawUnicode | Driver mode: 0 = undetermined, 1 = GDI, 2 = XPS. |
BOOL | ReturnCode | Operation return code: *TRUE if the operation was carried out correctly. *FALSE if not. |
For example
NUM_BIN_2 VarDrvMode
BOOL ReturnCode
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxQueryAdeliaPrinterDriverMode' 1 VarDrvMode ReturnCode