Files
uTools-Manuals/src/docs/win32api/Getlconlnfo.html
2020-06-06 20:39:00 +08:00

15 lines
940 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<body>
<FONT style="FONT: 12px 宋体" color=black>
<h3>函数功能</h3>该函数恢复限定的图标或光标的信息。<br>
<h3>函数原型</h3>BOOL GetlconlnfoHICON hlconPICONINFO piconinfo<br>
<h3>参数</h3>
nlcon:图标或光标的句柄;为恢复标准图标或光标信息。<br>
Piconinfo:指向ICONINFO结构的指针。函数填充结构的成员。<br>
<h3>返回值</h3>如果函数成功返回值是非零且函数填充限定的ICONINFO结构的成员。如果函数失效返回值是零。想获得更多的错误信息请调用GetLastError函数。<br>
备注Getlconlnfo为ICONINFO的成员hbmMask和hbmColor创建位图调用应用程序必须管理这些位图和并在不再需要时删除它们。<br>
速查:Windows NT:3.1及以上版本Windows95及以上版本Windows CE不支持头文件winuser.h;库文件user32.lib。<br>
</body>
</html>