BIAPIsSupportedPrinter

#include "BiAutoPrint.h"

 

BOOL BIAPIsSupportedPrinter(LPCSTR pPrnName);

 

Description

This function validates if the specified version of printer driver is supported by the Auto-print SDK. The Auto-print SDK supports only Black Ice printer drivers and the Demo version of Auto-print SDK supports only 14.16 or newer version of Black Ice printer drivers.

 

Parameters

Input value: pPrnName           - Printer name to check.

 

Return value

TRUE if the Printer is supported by this version of Auto-print SDK, otherwise FALSE.

 

Requirements 

Header:

BiAutoPrint.h

Library:

BiAutoPrint32.lib (for 32 bit)

BiAutoPrint64.lib (for 64 bit)

DLL:

BiAutoPrint32.dll (for 32 bit)

BiAutoPrint64.dll (for 64 bit)