术语 | deleteprintprovidor |
释义 | DeletePrintProvidor 语法: BOOL DeletePrintProvidor( __in LPTSTR pName, __in LPTSTR pEnvironment, __in LPTSTR pPrintProviderName ); DeletePrintProvidor功能 该DeletePrintProvidor函数删除的AddPrintProvidor函数本地打印提供补充。 参数 pName [in] 版权所有;必须为NULL。 pEnvironment [in] 一个指向 null 结尾的字符串指针指定的环境,从该供应商要删除(例如,Windows NT的X86的视窗IA64的,或Windows x64)的。如果该参数为NULL,则提供者删除从目前的环境中调用应用程序和客户机(不是目标应用程序和打印服务器)。空是推荐的价值,因为它提供了最大的可移植性。 pPrintProviderName [in] 一个指向 null 结尾的字符串指针,指定供应商的名称被删除。 返回值 如果函数成功,返回值是一个非零值。 如果函数失败,返回值是零。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinspool.h(头文件:winuser.h) LibraryWinspool.lib DLLSpoolss.dll Unicode和ANSI namesDeletePrintProvidorW(Unicode)和DeletePrintProvidorA(ANSI)的 参见 Printing and Print Spooler Overview Printing and Print Spooler 函数 AddPrintProvidor 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==DeletePrintProvidor Function The DeletePrintProvidor function removes a local print provider added by the AddPrintProvidor function. Syntax BOOL DeletePrintProvidor( __in LPTSTR pName, __in LPTSTR pEnvironment, __in LPTSTR pPrintProviderName ); Parameters pName [in] Reserved; must be NULL. pEnvironment [in] A pointer to a null-terminated string that specifies the environment from which the provider is to be removed (for example, Windows NT x86, Windows IA64, or Windows x64). If this parameter is NULL, the provider is removed from the current environment of the calling application and client machine (not of the destination application and print server). NULL is the recommended value because it provides maximum portability. pPrintProviderName [in] A pointer to a null-terminated string that specifies the name of the provider 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. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinspool.h (include Windows.h) LibraryWinspool.lib DLLSpoolss.dll Unicode and ANSI namesDeletePrintProvidorW (Unicode) and DeletePrintProvidorA (ANSI) See Also Printing and Print Spooler Overview Printing and Print Spooler Functions AddPrintProvidor Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd183550(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。