?? 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 + -