Checks if the printer name is already installed.
BOOL dIsInstalledPrinter(LPSTR lpStrTemp)
Input value |
String containing the printer name. The maximum number of characters is 220 characters, 31 or lower is recommended. The printer name cannot contain any of following characters: \, |
Return value |
Returns TRUE if the specified printer name is installed. |