术语 | deleteform |
释义 | DeleteForm 语法: BOOL DeleteForm( __in HANDLE hPrinter, __in LPTSTR pFormName ); DeleteForm功能 该DeleteForm功能免去支持的形式列出的表格名称。 参数 hPrinter [in] 打开打印机的指示处理这个函数是被执行时。使用OpenPrinter或添加打印机函数检索打印机处理。 pFormName [in] 指针到窗体的名称被删除。 返回值 如果函数成功,返回值是一个非零值。 如果函数失败,返回值是零。 备注 DeleteForm形式只能删除那些使用AddForm函数添加名称。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinspool.h(头文件:winuser.h) LibraryWinspool.lib DLLSpoolss.dll Unicode和ANSI namesDeleteFormW(Unicode)和DeleteFormA(ANSI)的 参见 Printing and Print Spooler Overview Printing and Print Spooler 函数 AddForm OpenPrinter 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==DeleteForm Function The DeleteForm function removes a form name from the list of supported forms. Syntax BOOL DeleteForm( __in HANDLE hPrinter, __in LPTSTR pFormName ); Parameters hPrinter [in] Indicates the open printer handle that this function is to be performed upon. Use the OpenPrinter or AddPrinter function to retrieve a printer handle. pFormName [in] Pointer to the form name to be removed. Return Value If the function succeeds, the return value is a nonzero value. If the function fails, the return value is zero. Remarks DeleteForm can only delete form names that were added by using the AddForm function. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinspool.h (include Windows.h) LibraryWinspool.lib DLLSpoolss.dll Unicode and ANSI namesDeleteFormW (Unicode) and DeleteFormA (ANSI) See Also Printing and Print Spooler Overview Printing and Print Spooler Functions AddForm OpenPrinter Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd183536(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。