📄 course3.htm
字号:
<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>进程与线程类3</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">进程与线程函数,共五页。</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%" ><a href="GetProcessShutdownParameters.htm">GetProcessShutdownParameters</a></td>
<td width="75%" >调查系统关闭时一个指定的进程相对于其它进程的关闭早迟情况</td>
</tr>
<tr>
<td width="25%" ><a href="GetProcessTimes.htm">GetProcessTimes</a></td>
<td width="75%" >获取与一个进程的经过时间有关的信息</td>
</tr>
<tr>
<td width="25%" ><a href="GetProcessWorkingSetSize.htm">GetProcessWorkingSetSize</a></td>
<td width="75%" >了解一个应用程序在运行过程中实际向它交付了多大容量的内存(工作环境)</td>
</tr>
<tr>
<td width="25%" ><a href="GetStartupInfo.htm">GetStartupInfo</a></td>
<td width="75%" >获取一个进程的启动信息</td>
</tr>
<tr>
<td width="25%" ><a href="GetThreadPriority.htm">GetThreadPriority</a></td>
<td width="75%" >获取指定线程的优先级设置</td>
</tr>
<tr>
<td width="25%" ><a href="GetThreadTimes.htm">GetThreadTimes</a></td>
<td width="75%" >获取与一个线程的经过时间(存在时间)有关的信息</td>
</tr>
<tr>
<td width="25%" ><a href="GetWindowThreadProcessId.htm">GetWindowThreadProcessId</a></td>
<td width="75%" >获取与指定窗口关联在一起的一个线程和进程标识符</td>
</tr>
<tr>
<td width="25%" ><a href="InterlockedDecrement.htm">InterlockedDecrement</a></td>
<td width="75%" >递减一个长整数变量的值</td>
</tr>
<tr>
<td width="25%" ><a href="InterlockedExchange.htm">InterlockedExchange</a></td>
<td width="75%" >设置一个长整数变量的值</td>
</tr>
<tr>
<td width="25%" ><a href="InterlockedIncrement.htm">InterlockedIncrement</a></td>
<td width="75%" >递增一个长整数变量的值</td>
</tr>
<tr>
<td width="25%" ><a href="LoadLibrary.htm">LoadLibrary</a></td>
<td width="75%" >载入指定的动态链接库,并将它映射到当前进程使用的地址空间</td>
</tr>
<tr>
<td width="25%" ><a href="LoadLibraryEx.htm">LoadLibraryEx</a></td>
<td width="75%" >装载指定的动态链接库,并为当前进程把它映射到地址空间</td>
</tr>
<tr>
<td width="25%" ><a href="LoadModule.htm">LoadModule</a></td>
<td width="75%" >载入一个Windows应用程序,并在指定的环境中执行</td>
</tr>
<tr>
<td width="25%" ><a href="MsgWaitForMultipleObjects.htm">MsgWaitForMultipleObjects</a></td>
<td width="75%" >等侯单个对象或所有一系列对象发出信号。如返回条件已经满足,则立即返回</td>
</tr>
<tr>
<td width="25%" ><a href="OpenEvent.htm">OpenEvent</a></td>
<td width="75%" >为一个现有的命名事件对象创建一个新句柄</td>
</tr>
<tr>
<td width="25%" ><a href="OpenMutex.htm">OpenMutex</a></td>
<td width="75%" >为现有的一个已命名互斥体对象创建一个新句柄</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -