⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 notifyicondata.htm

📁 api函数介绍
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style><!--
body,table {font-family:"宋体"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>NOTIFYICONDATA</title>
</head>

<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<div align="center"><center>

<table border="0" width="100%" height="22" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" height="16"><a name="NOTIFYICONDATA">NOTIFYICONDATA</a></td>
  </tr>
</table>
</center></div><div align="center"><center>

<table border="1" width="100%" bordercolorlight="#808080" cellspacing="0"
bordercolordark="#FFFFFF">
  <tr>
    <td width="100%" colspan="3">类型定义</td>
  </tr>
  <tr>
    <td width="100%" colspan="3">Type NOTIFYICONDATA<br>
    cbSize As Long<br>
    hwnd As Long<br>
    uID As Long<br>
    uFlags As Long<br>
    uCallbackMessage As Long<br>
    hIcon As Long<br>
    szTip As String * 64<br>
    End Type</td>
  </tr>
  <tr>
    <td width="100%" colspan="3">说明</td>
  </tr>
  <tr>
    <td width="100%" colspan="3"> </td>
  </tr>
  <tr>
    <td width="100%" colspan="3">字段表</td>
  </tr>
  <tr>
    <td width="25%">字段</td>
    <td width="75%" colspan="2">类型及说明</td>
  </tr>
  <tr>
    <td width="25%">cbSize</td>
    <td width="75%" colspan="2">Long,结构的长度</td>
  </tr>
  <tr>
    <td width="25%">hwnd</td>
    <td width="75%" colspan="2">Long,消息接收窗口的句柄</td>
  </tr>
  <tr>
    <td width="25%">uID</td>
    <td width="75%" colspan="2">Long,图标的标识</td>
  </tr>
  <tr>
    <td width="25%" rowspan="4">uFlags</td>
    <td width="75%" colspan="2">Long,下述常数或它们的组合(使用 Or 
    操作符),用于修改图标、消息和工具提示文本</td>
  </tr>
  <tr>
    <td width="38%">NIF_ICON</td>
    <td width="37%">hIcon参数有效</td>
  </tr>
  <tr>
    <td width="38%">NIF_MESSAGE</td>
    <td width="37%">uCallbackMessage参数有效</td>
  </tr>
  <tr>
    <td width="38%">NIF_TIP</td>
    <td width="37%">szTip参数有效</td>
  </tr>
  <tr>
    <td width="25%">uCallbackMessage</td>
    <td width="75%" colspan="2">Long,回调消息的值,为实现对用户鼠标操作的响应,需要在程序中处理该参数定义的消息。该消息的lParam参数包含win32定义的鼠标消息;如果有多个图标,则wParam参数为图标标识符</td>
  </tr>
  <tr>
    <td width="25%">hIcon</td>
    <td width="75%" colspan="2">Long,图标句柄</td>
  </tr>
  <tr>
    <td width="25%">szTip</td>
    <td width="75%" colspan="2">String,工具提示文本字符串</td>
  </tr>
  <tr>
    <td width="100%" colspan="3">注解</td>
  </tr>
  <tr>
    <td width="100%" colspan="3">参考<a href="Shell_NotifyIcon.htm">Shell_NotifyIcon</a>函数</td>
  </tr>
</table>
</center></div><div align="center"><center>

<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%"><p align="right"><a href="#NOTIFYICONDATA">Top</a></td>
  </tr>
</table>
</center></div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -