术语 | createic |
释义 | CreateIC 语法: HDC CreateIC( __in LPCTSTR lpszDriver, __in LPCTSTR lpszDevice, LPCTSTR lpszOutput, __in const DEVMODE *lpdvmInit ); CreateIC功能 该CreateIC函数创建一个指定设备的信息上下文。该资料的过程提供了一个快速方法来而不创建设备上下文(DC)有关设备的信息。但是,GDI的绘图功能不能接受的句柄信息上下文。 参数 lpszDriver [in] 一个指向 null 结尾的字符串指针,指定的(例如,设备驱动程序的名称,爱普生)。 lpszDevice [in] 一个指向 null 结尾的字符串指针指定的特定输出设备所使用的名称所示,在打印管理器(例如,爱普生外汇- 80)。这不是打印机型号的名称。该lpszDevice参数必须使用。 lpszOutput 此参数被忽略,应设置为NULL。它仅仅为16位Windows的兼容性。 lpdvmInit [in] 一个DEVMODE结构包括设备,该设备的驱动程序特定的初始化数据指针。该DocumentProperties函数检索在指定的设备填补了这个结构。该lpdvmInit参数必须为NULL,如果该设备驱动程序是使用默认的初始化(如有)由用户指定。 返回值 如果函数成功,返回值是一个信息处理的范围内。 如果函数失败,返回值为NULL。 备注 当您不再需要的信息区,调用DeleteDC函数。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll Unicode和ANSI namesCreateICW(Unicode)和CreateICA(ANSI)的 参见 设备上下文概述 设备上下文函数 DeleteDC DocumentProperties 的DEVMODE GetDeviceCaps 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==CreateIC Function The CreateIC function creates an information context for the specified device. The information context provides a fast way to get information about the device without creating a device context (DC). However, GDI drawing functions cannot accept a handle to an information context. Syntax HDC CreateIC( __in LPCTSTR lpszDriver, __in LPCTSTR lpszDevice, LPCTSTR lpszOutput, __in const DEVMODE *lpdvmInit ); Parameters lpszDriver [in] A pointer to a null-terminated character string that specifies the name of the device driver (for example, Epson). lpszDevice [in] A pointer to a null-terminated character string that specifies the name of the specific output device being used, as shown by the Print Manager (for example, Epson FX-80). It is not the printer model name. The lpszDevice parameter must be used. lpszOutput This parameter is ignored and should be set to NULL. It is provided only for compatibility with 16-bit Windows. lpdvmInit [in] A pointer to a DEVMODE structure containing device-specific initialization data for the device driver. The DocumentProperties function retrieves this structure filled in for a specified device. The lpdvmInit parameter must be NULL if the device driver is to use the default initialization (if any) specified by the user. Return Value If the function succeeds, the return value is the handle to an information context. If the function fails, the return value is NULL. Remarks When you no longer need the information DC, call the DeleteDC function. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll Unicode and ANSI namesCreateICW (Unicode) and CreateICA (ANSI) See Also Device Contexts Overview Device Context Functions DeleteDC DocumentProperties DEVMODE GetDeviceCaps Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd183505(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。