GetLatestPrinterNames
Rendering and printing
Description
Similar to the GetPrinterNames function but returns the latest list of printers rather than the cached list that was enumerated when the app started. This function may take some time to execute depending on the number of network printers installed.
Syntax
Delphi
function TPDFlib.GetLatestPrinterNames: WideString;ActiveX
Function PDFlib::GetLatestPrinterNames As StringDLL
wchar_t * DLGetLatestPrinterNames(int InstanceID);