📄 course1.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>索引</title>
</head>
<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<table border="0" width="100%" cellspacing="4" cellpadding="6">
<tr>
<td width="100%" bgcolor="#336699"><font color="#FFFFFF">进程和线程函数,共二页,<a
href="course1.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/course1.htm">第一页</a>,<a href="course2.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/course2.htm">第二页</a></font></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="3" cellpadding="2">
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreatProcess.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreatProcess.htm">CreatProcess</a></td>
<td width="75%" bgcolor="#efefda">创建一个新进程</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ExitProcess.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ExitProcess.htm">ExitProcess</a></td>
<td width="75%" bgcolor="#efefda">以干净的方式关闭一个进程</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="FindExecutable.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FindExecutable.htm">FindExecutable</a></td>
<td width="75%" bgcolor="#efefda">查找与一个指定文件关联在一起的程序的文件名</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="FreeLibray.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FreeLibray.htm">FreeLibray</a></td>
<td width="75%" bgcolor="#efefda">释放指定的动态链库</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetCurrentProcess.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetCurrentProcess.htm">GetCurrentProcess</a></td>
<td width="75%" bgcolor="#efefda">获取当前进程的一个伪句柄</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetCurrentProcessId.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetCurrentProcessId.htm">GetCurrentProcessId</a></td>
<td width="75%" bgcolor="#efefda">获取当前进程一个唯一的标识符</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetCurrentThread.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetCurrentThread.htm">GetCurrentThread</a></td>
<td width="75%" bgcolor="#efefda">获取当前线程的一个伪句柄</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetExitCodeProcess.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetExitCodeProcess.htm">GetExitCodeProces</a></td>
<td width="75%" bgcolor="#efefda">获取一个已中断进程的退出代码</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetExitCodeThread.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetExitCodeThread.htm">GetExitCodeThread</a></td>
<td width="75%" bgcolor="#efefda">获取一个已中断线程的退出代码</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetModuleFileName.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetModuleFileName.htm">GetModuleFileName</a></td>
<td width="75%" bgcolor="#efefda">获取一个已装载模板的完整路径名称</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetModuleHandle.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetModuleHandle.htm">GetModuleHandle</a></td>
<td width="75%" bgcolor="#efefda">获取一个应用程序或动态链接库的模块句柄</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetPriorityClass.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetPriorityClass.htm">GetPriorityClass</a></td>
<td width="75%" bgcolor="#efefda">获取特定进程的优先级别</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetProcessShutdownParameters.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetProcessShutdownParameters.htm">GetProcessShutdownParameters</a></td>
<td width="75%" bgcolor="#efefda">调查系统关闭时一个指定的进程相对于其它进程的关闭早迟情况</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetProcessTimes.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetProcessTimes.htm">GetProcessTimes</a></td>
<td width="75%" bgcolor="#efefda">获取与一个进程的经过时间有关的信息</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetProcessWorkingSetSize.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetProcessWorkingSetSize.htm">GetProcessWorkingSetSize</a></td>
<td width="75%" bgcolor="#efefda">了解一个应用程序在运行过程中实际向它交付了多大容量的内存</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetSartupInfo.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetSartupInfo.htm">GetSartupInfo</a></td>
<td width="75%" bgcolor="#efefda">获取一个进程的启动信息</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -