bvGetPrinterList
The function return the list of printers installed in the system.
BESTVIEWAPI(void) bvGetPrinterList(LPCTSTR ** ppszPrinterList,
LONG * plCount);
Parameters:
-
ppszPrinterList
- pointer to pointer to string. In the pointer the pointer to an internal list
will be saved.
-
plCount - a pointer to LONG variable where the number of
records in the list will be saved.