|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetPrinterDriver
The GetPrinterDriver function retrieves driver data for the specified printer.
BOOL GetPrinterDriver(
HANDLE hPrinter, // printer object LPTSTR pEnvironment, // address of environment DWORD Level, // structure level LPBYTE pDriverInfo, // address of structure array DWORD cbBuf, // size, in bytes, of array LPDWORD pcbNeeded // address of variable with number of bytes retrieved (or required) );
Parameters
hPrinter
Identifies the printer for which the driver data should be retrieved.
pEnvironment
Points to a null-terminated string that specifies the environment. For example, "Windows NT x86" specifies Windows NT running on an Intel 80386 or 80486 processor. If this parameter is NULL, the current environment of the calling application and client machine (not of the destination application and print server) is used.
Level
Specifies the version of the structure to which lpbForm points. This value must be either 1, 2., or 3.
pDriverInfo
Points to either a DRIVER_INFO_1, DRIVER_INFO_2, or DRIVER_INFO_3structure. If Level is 1, this array receives a DRIVER_INFO_1 structure; if Level is 2, this array receives a DRIVER_INFO_2 structure, if Level is 3, this array receives a DRIVER_INFO_3 structure.
cbBuf
Specifies the size, in bytes, of the array at which pDriverInfo points.
pcbNeeded
Points to a value that specifies the number of bytes copied if the function succeeds or the number of bytes required if cbBuf is too small.
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 printer handle identified by the hPrinter parameter should be retrieved by calling the OpenPrinter function. The DRIVER_INFO_2 and DRIVER_INFO_3 structures contain a full path and filename specifying the location of the printer driver. An application can use the path and filename to load a printer driver by calling the LoadLibrary function and supplying the path and filename as the single argument.
See Also
AddPrinterDriver, DRIVER_INFO_1, DRIVER_INFO_2, EnumPrinterDrivers, LoadLibrary, OpenPrinter
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetPrinterDriver
Функция GetPrinterDriver извлекает драйверные данные для определенного принтера.
BOOL GetPrinterDriver(
РУЧКА hPrinter, // принтер возражают pEnvironment LPTSTR, // адресу Уровня среды DWORD, // структурного уровня LPBYTE pDriverInfo, // адреса структурного массива DWORD cbBuf, // размера, в байтах, массива LPDWORD pcbNeeded // адрес переменной с количеством байтов извлеченных (или требовавшееся) );
Параметры
hPrinter
Идентифицирует принтер для которого драйверные данные должны быть извлечены.
pEnvironment
Точки на недействительный расторгнутую строку, которые определяют среду. Например, "Windows NT x86" определяет Windows NT, работающее на Intel 80386 или 80486 процессоров. Если этот параметр НЕДЕЙСТВИТЕЛЕН, текущая среда вызывающей прикладной и машины клиента (не расположения прикладной и сервер распечатки), использованы.
Уровень
Определяет версию структуры на которую точки lpbForm. Эта величина должна быть также 1, 2., или 3.
pDriverInfo
Точки на также DRIVER_INFO_1, DRIVER_INFO_2, или DRIVER_INFO_3structure. Если Уровень - 1, этот массив получает структуру DRIVER_INFO_1; если Уровень - 2, этот массив получает структуру DRIVER_INFO_2, если Уровень - 3, этот массив получает структуру DRIVER_INFO_3.
cbBuf
Определяет размер, в байтах, массива в котором pDriverInfo указывается.
pcbNeeded
Точки на величину, которые определяют количество байтов копировался если функция добивается успеха или количество байтов требовалось если cbBuf слишком небольшой.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Ручка принтера идентифицированная параметром hPrinter должна быть извлечена вызовом функции OpenPrinter. DRIVER_INFO_2 И структуры DRIVER_INFO_3 содержат полный путь и filename определяя позицию драйвера принтера. Приложение может использовать путь и filename, чтобы загружать драйвер принтера вызывая функцию LoadLibrary и поставляя путь и filename как единственный аргумент.
Смотри Также
AddPrinterDriver, DRIVER_INFO_1, DRIVER_INFO_2, EnumPrinterDrivers, LoadLibrary, OpenPrinter
|
|
|
|
| |