|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
DeleteForm
The DeleteForm function removes a form name from the list of supported forms.
BOOL DeleteForm(
HANDLE hPrinter, // handle to printer object LPTSTR pFormName // pointer to form name );
Parameters
hPrinter
Indicates the open printer handle that this function is to be performed upon.
pFormName
Points to the form name to be removed.
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 is obtained by calling the OpenPrinter function. DeleteForm can only delete form names that were added by using the AddForm function.
See Also
AddForm, OpenPrinter
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
DeleteForm
Функция DeleteForm удаляет имя формы из списка предусмотренных форм.
BOOL DeleteForm(
РУЧКА hPrinter, // оперируется на объект принтера LPTSTR pFormName // указатель, чтобы формировать имя );
Параметры
hPrinter
Указывает открытую ручку принтера, что эта функция должна быть выполнена на.
pFormName
Точки на имя формы, чтобы быть удаленн.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Ручка принтера получена вызовом функции OpenPrinter. DeleteForm МОЖЕТ только удалить имена формы, которые были добавлены использованием функции AddForm.
Смотри Также
AddForm, OpenPrinter
|
|
|
|
| |