📄 course4.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>进程与线程类4</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="course3.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="OpenProcess.htm">OpenProcess</a></td>
<td width="75%" >打开一个现有进程的句柄</td>
</tr>
<tr>
<td width="25%" ><a href="OpenSemaphore.htm">OpenSemaphore</a></td>
<td width="75%" >为现有的一个已命名信号机对象创建一个新句柄</td>
</tr>
<tr>
<td width="25%" ><a href="OpenWaitableTimer.htm">OpenWaitableTimer</a></td>
<td width="75%" >为现有的一个可等待计时器对象创建一个新句柄</td>
</tr>
<tr>
<td width="25%" ><a href="PeekNamedPipe.htm">PeekNamedPipe</a></td>
<td width="75%" >预览一个管道中的数据,或取得与管道中的数据有关的信息</td>
</tr>
<tr>
<td width="25%" ><a href="PulseEvent.htm">PulseEvent</a></td>
<td width="75%" >将指定的事件设为发出信号状态</td>
</tr>
<tr>
<td width="25%" ><a href="ReleaseMutex.htm">ReleaseMutex</a></td>
<td width="75%" >释放由线程拥有的一个互斥体</td>
</tr>
<tr>
<td width="25%" ><a href="ReleaseSemaphore.htm">ReleaseSemaphore</a></td>
<td width="75%" >递增一个信号机计数</td>
</tr>
<tr>
<td width="25%" ><a href="ResetEvent.htm">ResetEvent</a></td>
<td width="75%" >将指定的事件设为未发信号状态</td>
</tr>
<tr>
<td width="25%" ><a href="ResumeThread.htm">ResumeThread</a></td>
<td width="75%" >恢复执行用SuspendThread挂起的一个线程</td>
</tr>
<tr>
<td width="25%" ><a href="SetEvent.htm">SetEvent</a></td>
<td width="75%" >将一个事件设为发出信号状态</td>
</tr>
<tr>
<td width="25%" ><a href="SetHandleInformation.htm">SetHandleInformation</a></td>
<td width="75%" >允许我们设置特定的系统对象</td>
</tr>
<tr>
<td width="25%" ><a href="SetMailslotInfo.htm">SetMailslotInfo</a></td>
<td width="75%" >允许我们针对一个邮路中的读操作改变默认超时设定</td>
</tr>
<tr>
<td width="25%" ><a href="SetNamedPipeHandleState.htm">SetNamedPipeHandleState</a></td>
<td width="75%" >设置与一个命名管道的运作有关的信息</td>
</tr>
<tr>
<td width="25%" ><a href="SetPriorityClass.htm">SetPriorityClass</a></td>
<td width="75%" >设置一个进程的优先级类</td>
</tr>
<tr>
<td width="25%" ><a href="SetProcessShutdownParameters.htm">SetProcessShutdownParameters</a></td>
<td width="75%" >在系统关闭期间,为指定进程设置它相对于系统中其它应用程序的关闭顺序</td>
</tr>
<tr>
<td width="25%" ><a href="SetProcessWorkingSetSize.htm">SetProcessWorkingSetSize</a></td>
<td width="75%" >设置操作系统实际划分给进程使用的内存容量</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -