|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
DeletePrinterDriver
The DeletePrinterDriver function removes the specified printer-driver name from the list of names of supported drivers for a server.
BOOL DeletePrinterDriver(
LPTSTR pName, // pointer to server name LPTSTR pEnvironment, // pointer to environment LPTSTR pDriverName // pointer to driver name );
Parameters
pName
Points to a null-terminated string that specifies the name of the server from which the driver is to be deleted. If this parameter is NULL, the printer-driver name will be removed locally.
pEnvironment
Points to a null-terminated string that specifies the environment from which the driver is to be deleted (for example, "Windows NT x86", "Windows NT R4000", "Windows NT Alpha_AXP", or "Windows 4.0"). If this parameter is NULL, the driver name is deleted from the current environment of the calling application and client machine (not of the destination application and print server).
pDriverName
Points to a null-terminated string specifying the name of the driver that should be deleted.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
The DeletePrinterDriver function does not delete the associated files, it merely removes the driver name from the list returned by the EnumPrinterDrivers function.
See Also
EnumPrinterDrivers
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
DeletePrinterDriver
Функция DeletePrinterDriver удаляет определенное принтер-драйверное имя из списка имен предусмотренных драйверов для сервера.
BOOL DeletePrinterDriver(
LPTSTR pName, // УКАЗАТЕЛЬ в имя сервера LPTSTR pEnvironment, // указателя на указатель среды LPTSTR pDriverName // в драйверное имя );
Параметры
pName
Точки на недействительный расторгнутую строку, которые определяют имя сервера из которого драйвер должен быть удален. Если этот параметр НЕДЕЙСТВИТЕЛЕН, принтер-драйверное имя удалится локально.
pEnvironment
Точки на недействительный расторгнутую строку, которые определяют среду из которой драйвер должен быть удален (например, "Windows NT x86", "Windows NT R4000", "Windows NT Alpha_AXP", или "Windows 4.0"). Если этот параметр НЕДЕЙСТВИТЕЛЕН, драйверное имя удалено из текущей среды вызывающей прикладной и машины клиента (не расположения прикладной и сервер распечатки).
pDriverName
Точки на недействительный расторгнутую строку, определяющие имя драйвера, который должен быть удален.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Функция DeletePrinterDriver не удаляет связанные файлы, она просто удаляет драйверное имя из списка возвращанного функцией EnumPrinterDrivers.
Смотри Также
EnumPrinterDrivers
|
|
|
|
| |