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

📄 begindeferwindowpos.htm

📁 常用windows API函数
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>BeginDeferWindowPos</title>
<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>
</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="BeginDeferWindowPos">BeginDeferWindowPos</a></td>
  </tr>
</table>
</center></div><div align="center"><center>

<table border="1" width="100%" cellspacing="0" bordercolorlight="#808080"
bordercolordark="#FFFFFF">
  <tr>
    <td width="100%" colspan="2">VB声明</td>
  </tr>
  <tr>
    <td width="100%" colspan="2">Declare Function BeginDeferWindowPos Lib &quot;user32&quot; 
    Alias &quot;BeginDeferWindowPos&quot; (ByVal nNumWindows As Long) As Long</td>
  </tr>
  <tr>
    <td width="100%" colspan="2">说明</td>
  </tr>
  <tr>
    <td width="100%" colspan="2">启动构建一系列新窗口位置的过程(以便同时更新)。该函数会向一个内部结果返回一个句柄,这个结构容纳了与窗口位置有关的信息。随后,该结构会由对<a
    href="DeferWindowPos.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/DeferWindowPos.htm">DeferWindowPos</a>函数的调用填充。准备好更新所有窗口位置以后,对<a
    href="EndDeferWindowPos.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/EndDeferWindowPos.htm">EndDeferWindowPos</a>的一个调用可同时更新结构内所有窗口的位置</td>
  </tr>
  <tr>
    <td width="100%" colspan="2">返回值</td>
  </tr>
  <tr>
    <td width="100%" colspan="2">Long,内部结构的句柄。零表示失败</td>
  </tr>
  <tr>
    <td width="100%" colspan="2">参数表</td>
  </tr>
  <tr>
    <td width="25%">参数</td>
    <td width="75%">类型及说明</td>
  </tr>
  <tr>
    <td width="25%">nNumWindows</td>
    <td width="75%">Long,在结构中欲为其分配空间的初始窗口数量。在每次<a
    href="DeferWindowPos.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/DeferWindowPos.htm">DeferWindowPos</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="#BeginDeferWindowPos">Top</a></td>
  </tr>
</table>
</center></div>
</body>
</html>

⌨️ 快捷键说明

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