📄 course3.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>进程与线程类3</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">进程与线程函数,共五页。</font><a
href="course1.htm"><font color="#FFFF00">第一页</font></a><font color="#FFFFFF">,</font><a
href="course2.htm"><font color="#FFFF00">第二页</font></a><font color="#FFFFFF">,第三页,</font><a
href="course4.htm"><font color="#FFFF00">第四页</font></a><font color="#FFFFFF">,</font><a
href="course5.htm"><font color="#FFFF00">第五页</font></a></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="3" cellpadding="2">
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetProcessWorkingSetSize.htm">GetProcessWorkingSetSize</a></td>
<td width="75%" bgcolor="#efefda">了解一个应用程序在运行过程中实际向它交付了多大容量的内存</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetSartupInfo.htm">GetSartupInfo</a></td>
<td width="75%" bgcolor="#efefda">获取一个进程的启动信息</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetThreadPriority.htm">GetThreadPriority</a></td>
<td width="75%" bgcolor="#efefda">获取特定线程的优先级别</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetTheardTimes.htm">GetTheardTimes</a></td>
<td width="75%" bgcolor="#efefda">获取与一个线程的经过时间有关的信息</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetWindowThreadProcessId.htm">GetWindowThreadProcessId</a></td>
<td width="75%" bgcolor="#efefda">获取与指定窗口关联在一起的一个进程和线程标识符</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LoadLibrary.htm">LoadLibrary</a></td>
<td width="75%" bgcolor="#efefda">载入指定的动态链接库,并将它映射到当前进程使用的地址空间</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LoadLibraryEx.htm">LoadLibraryEx</a></td>
<td width="75%" bgcolor="#efefda">装载指定的动态链接库,并为当前进程把它映射到地址空间</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LoadModule.htm">LoadModule</a></td>
<td width="75%" bgcolor="#efefda">载入一个Windows应用程序,并在指定的环境中运行</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="MsgWaitForMultipleObjects.htm">MsgWaitForMultipleObjects</a></td>
<td width="75%" bgcolor="#efefda">等侯单个对象或一系列对象发出信号。如返回条件已经满足,则立即返回</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetPriorityClass.htm">SetPriorityClass</a></td>
<td width="75%" bgcolor="#efefda">设置一个进程的优先级别</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetProcessShutdownParameters.htm">SetProcessShutdownParameters</a></td>
<td width="75%" bgcolor="#efefda">在系统关闭期间,为指定进程设置他相对于其它程序的关闭顺序</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetProcessWorkingSetSize.htm">SetProcessWorkingSetSize</a></td>
<td width="75%" bgcolor="#efefda">设置操作系统实际划分给进程使用的内存容量</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetThreadPriority%20.htm">SetThreadPriority</a></td>
<td width="75%" bgcolor="#efefda">设定线程的优先级别</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ShellExecute.htm">ShellExecute</a></td>
<td width="75%" bgcolor="#efefda">查找与指定文件关联在一起的程序的文件名</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="TerminateProcess.htm">TerminateProcess</a></td>
<td width="75%" bgcolor="#efefda">结束一个进程</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="WinExec.htm">WinExec</a></td>
<td width="75%" bgcolor="#efefda">运行指定的程序</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -