网站首页  词典首页

请输入您要查询的函数:

 

术语 drawescape
释义 DrawEscape
语法:
int DrawEscape(
__in HDC hdc,
__in int nEscape,
__in int cbInput,
__in LPCSTR lpszInData
);
DrawEscape功能
该DrawEscape函数提供绘制指定的视频显示没有直接通过图形设备接口(GDI)提供能力。
参数
hdc [in]
一个句柄,直流指定的视频显示。
nEscape [in]
转义函数执行。
cbInput [in]
对数据的字节数指向的lpszInData参数。
lpszInData [in]
一个输入结构指定指针规定的逃生。
返回值
如果函数成功,返回值大于零除QUERYESCSUPPORT提请逃生,其中仅实施检查。
如果逃避是没有实现,则返回值是零。
如果发生错误,则返回值小于零。
备注
当应用程序调用DrawEscape职能,cbInput确定的数据和lpszInData直接传递到指定的显示驱动程序。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
参见
设备上下文概述
设备上下文函数
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==DrawEscape Function
The DrawEscape function provides drawing capabilities of the specified video display that are not directly available through the graphics device interface (GDI).
Syntax
int DrawEscape(
__in HDC hdc,
__in int nEscape,
__in int cbInput,
__in LPCSTR lpszInData
);
Parameters
hdc [in]
A handle to the DC for the specified video display.
nEscape [in]
The escape function to be performed.
cbInput [in]
The number of bytes of data pointed to by the lpszInData parameter.
lpszInData [in]
A pointer to the input structure required for the specified escape.
Return Value
If the function is successful, the return value is greater than zero except for the QUERYESCSUPPORT draw escape, which checks for implementation only.
If the escape is not implemented, the return value is zero.
If an error occurred, the return value is less than zero.
Remarks
When an application calls the DrawEscape function, the data identified by cbInput and lpszInData is passed directly to the specified display driver.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWingdi.h (include Windows.h)
LibraryGdi32.lib
DLLGdi32.dll
See Also
Device Contexts Overview
Device Context Functions
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd162478(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:26:35