win_msg1.htm

来自「本帮助文件中的Windows API 函数大约有774个」· HTM 代码 · 共 73 行

HTM
73
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<style><!--
body,table {font-family:"宋体"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>Windows消息类1</title>
</head>

<body background="../../../images/gray_weave.gif" link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">



<table border="0" width="100%" cellspacing="4" cellpadding="6">
  <tr>
    <td width="100%" <font color="#000000">Windows消息函数,共一页。第一页</font></td>
  </tr>
</table>

<table border="0" width="100%" cellspacing="3" cellpadding="2">
  <tr>
    <td width="25%" ><a href="BroadcastSystemMessage.htm">BroadcastSystemMessage</a></td>
    <td width="75%" >将一条系统消息广播给系统中所有的顶级窗口</td>
  </tr>
  <tr>
    <td width="25%" ><a href="GetMessagePos.htm">GetMessagePos</a></td>
    <td width="75%" >取得消息队列中上一条消息处理完毕时的鼠标指针屏幕位置</td>
  </tr>
  <tr>
    <td width="25%" ><a href="GetMessageTime.htm">GetMessageTime</a></td>
    <td width="75%" >取得消息队列中上一条消息处理完毕时的时间</td>
  </tr>
  <tr>
    <td width="25%" ><a href="PostMessage.htm">PostMessage</a></td>
    <td width="75%" >将一条消息投递到指定窗口的消息队列</td>
  </tr>
  <tr>
    <td width="25%" ><a href="PostThreadMessage.htm">PostThreadMessage</a></td>
    <td width="75%" >将一条消息投递给应用程序</td>
  </tr>
  <tr>
    <td width="25%" ><a href="RegisterWindowMessage.htm">RegisterWindowMessage</a></td>
    <td width="75%" >获取分配给一个字串标识符的消息编号</td>
  </tr>
  <tr>
    <td width="25%" ><a href="ReplyMessage.htm">ReplyMessage</a></td>
    <td width="75%" >答复一个消息</td>
  </tr>
  <tr>
    <td width="25%" ><a href="SendMessage.htm">SendMessage</a></td>
    <td width="75%" >调用一个窗口的窗口函数,将一条消息发给那个窗口</td>
  </tr>
  <tr>
    <td width="25%" ><a href="SendMessageCallback.htm">SendMessageCallback</a></td>
    <td width="75%" >将一条消息发给窗口</td>
  </tr>
  <tr>
    <td width="25%" ><a href="SendMessageTimeout.htm">SendMessageTimeout</a></td>
    <td width="75%" >向窗口发送一条消息</td>
  </tr>
  <tr>
    <td width="25%" ><a href="SendNotifyMessage.htm">SendNotifyMessage</a></td>
    <td width="75%" >向窗口发送一条消息</td>
  </tr>
</table>


</body>
</html>

⌨️ 快捷键说明

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