网站首页  词典首页

请输入您要查询的函数:

 

术语 destroyacceleratortable
释义 DestroyAcceleratorTable
语法:
BOOL DestroyAcceleratorTable( HACCEL hAccel
);
DestroyAcceleratorTable功能
该DestroyAcceleratorTable函数销毁加速器表。
参数
hAccel
[in]句柄加速表破坏。这种处理应该是由一对CreateAcceleratorTable或LoadAccelerators函数调用创建。
返回值
如果函数成功,返回值为非零。不过,如果表已加载多个调用LoadAccelerators,该函数将返回一个非零值,只有当被称为DestroyAcceleratorTable的次数相等。
如果函数失败,返回值是零。
备注
有关示例,请参阅创建用户可编辑加速器。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
参见
键盘加速器,CopyAcceleratorTable,CreateAcceleratorTable,LoadAccelerators,TranslateAccelerator
==英文原文==DestroyAcceleratorTable Function
The DestroyAcceleratorTable function destroys an accelerator table.
Syntax
BOOL DestroyAcceleratorTable( HACCEL hAccel
);
Parameters
hAccel
[in] Handle to the accelerator table to destroy. This handle must have been created by a call to the CreateAcceleratorTable or LoadAccelerators function.
Return Value
If the function succeeds, the return value is nonzero. However, if the table has been loaded more than one call to LoadAccelerators, the function will return a nonzero value only when DestroyAcceleratorTable has been called an equal number of times.
If the function fails, the return value is zero.
Remarks
For an example, see Creating User Editable Accelerators .
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
See Also
Keyboard Accelerators , CopyAcceleratorTable , CreateAcceleratorTable , LoadAccelerators , TranslateAccelerator
==原始网址==http://msdn.microsoft.com/en-us/library/ms646368(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 13:26:23