GetRedirectPrintingPrinterName

 

Returns the name of the printer that the print job will be redirected to. This function is obsolete.

 

GetRedirectPrintingPrinterName(pDevMode As Long) As String

 

Input value:pDevMode        - handle to the BlackIceDEVMODE structure.

Return value:String             - name of redirect printer

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.