网站首页  词典首页

请输入您要查询的函数:

 

术语 duplicateicon
释义 DuplicateIcon
语法:
HICON DuplicateIcon( HINSTANCE hInst,
HICON hIcon
);
DuplicateIcon功能
该DuplicateIcon函数创建一个指定的图标重复。
参数
hInst
[in]此参数不使用,它可以为NULL。
hIcon的
[in]句柄图标进行复制。
返回值
如果成功,该函数返回的句柄新图标创建的。如果不成功,则返回空。
备注
您必须去摧毁的图标处理DuplicateIcon返回调用DestroyIcon函数。
功能信息
最低DLL版本 shell32.dll
在Shellapi.h HeaderDeclared
import libraryShell32.lib
最低操作系统Windows 95,Windows NT 3.5
参见
图标概述,DestroyIcon
==英文原文==DuplicateIcon Function
The DuplicateIcon function creates a duplicate of a specified icon.
Syntax
HICON DuplicateIcon( HINSTANCE hInst,
HICON hIcon
);
Parameters
hInst
[in] This parameter is not used; it can be NULL.
hIcon
[in] Handle to the icon to be duplicated.
Return Value
If successful, the function returns the handle to the new icon that was created. If unsuccessful, it returns NULL.
Remarks
You must destroy the icon handle returned by DuplicateIcon by calling the DestroyIcon function.
Function Information
Minimum DLL Versionshell32.dll
HeaderDeclared in Shellapi.h
Import libraryShell32.lib
Minimum operating systemsWindows 95, Windows NT 3.5
See Also
Icons Overview , DestroyIcon
==原始网址==http://msdn.microsoft.com/en-us/library/ms648066(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:30:22