資源大小:1.10 MB |
資源類型:文檔 |
下載積分: 0 |
|
|
|
資源介紹 |
|
書名:新編Windows API 參考大全
作者:本書編寫組
頁數(shù):981 頁
開數(shù):16 開
字?jǐn)?shù):2392千字
出版日期:2000 年4月第二次印刷
出版社:電子工業(yè)出版社
書號:ISBN 7-5053-5777-8
定價(jià):98.00元
內(nèi)容簡介
作為Microsoft 32 位平臺的應(yīng)用程序編程接口,Win32 API 是從事Windows應(yīng)用程序開發(fā)
所必備的。本書首先對Win32 API函數(shù)做完整的概述;然后收錄五大類函數(shù):窗口管理、圖
形設(shè)備接口、系統(tǒng)服務(wù)、國際特性以及網(wǎng)絡(luò)服務(wù);在附錄部分,講解如何在Visual Basic 和
Delphi 中對其調(diào)用。
本書是從事Windows應(yīng)用程序開發(fā)的軟件工程師的必備參考手冊。
前 言
Win32 API 作為Microsoft 32 位平臺(包括:Windows 9x,Windows NT3.1/4.0/5.0,
WindowsCE)的應(yīng)用程序編程接口,它是構(gòu)筑所有32位Windows平臺的基石,所有在Windows
平臺上運(yùn)行的應(yīng)用程序都可以調(diào)用這些函數(shù)。
從事Windows 應(yīng)用程序開發(fā),離不開對Win32 API 函數(shù)的調(diào)用。只有充分理解和利用API
Mndsoft.com
歡迎光臨枕善居VB.NET源碼博客請記住本站域名: http://www.mndsoft.com
第 3 頁共 199 頁資料來自網(wǎng)絡(luò),版權(quán)歸原作者h(yuǎn)ttp://www.mndsoft.com
函數(shù),才能深入到Windows 的內(nèi)部,充分挖掘系統(tǒng)提供的強(qiáng)大功能和靈活性。
近年來,隨著Microsoft 32 位平臺的版本升級, Win32 API 函數(shù)的構(gòu)成、功能與調(diào)用
方式都有很大的發(fā)展變化,然而,國內(nèi)很少有相關(guān)的新版資料出版。為了滿足廣大開發(fā)人員
的迫切需求,我們經(jīng)過認(rèn)真收集、整理素材,組織編寫了這本與各種Microsoft 32位平臺最
新版本同步的Win32 API 參考手冊。
全書收錄了五大類函數(shù):窗口管理、圖形設(shè)備接口、系統(tǒng)服務(wù)、國際特性以及網(wǎng)絡(luò)服務(wù)。
所有函數(shù)均附有功能說明、參數(shù)說明、返回值說明、備注以及引用說明。另外,在本書的第
一章,我們對WiN32 API 函數(shù)作了完整的概述;在附錄部分,講解了如何在Visual Basic
和Delphi 中對其調(diào)用。
由于篇幅較大,涉及技術(shù)內(nèi)容廣泛,加之時(shí)間倉促,書中難免存在不少錯(cuò)誤或疏漏,希
望廣大讀者給與批評指正。
編 者
目 錄
第一章 Win32 API概論…………………………………………………………………………1
1.1 為什么使用Win32 API …………………………………………………………………1
1.2 Win32 API 簡介…………………………………………………………………………1
1.3 綜述………………………………………………………………………………………11
第二章窗口管理函數(shù)(Windows Control Function) ……………………………………13
2.1 易用特性函數(shù)(Accessibility Features)…………………………………………13
2.2 按鈕函數(shù)(Button)……………………………………………………………………20
2.3 插入標(biāo)記(^)函數(shù)(Caret)…………………………………………………………21
2.4 組合框函數(shù)(Combo box) ……………………………………………………………24
2.5 通用對話框函數(shù)(Common Dialog Box) ……………………………………………25
2.6 標(biāo)函數(shù)(Cursor)………………………………………………………………………36
2.7 對話框函數(shù)(Dialog Box)……………………………………………………………40
2.8 編輯控制函數(shù)(Edit Control)………………………………………………………54
2.9 圖標(biāo)函數(shù)(Icon)………………………………………………………………………54
2.10 鍵盤加速器函數(shù)(Keyboard Accelerator)……………………………………… 61
2.11 鍵盤輸入函數(shù)(Keyboard InPut) …………………………………………………63
2.12 列表框函數(shù)(List box) ……………………………………………………………75
2.13 菜單函數(shù)(Menu) ……………………………………………………………………76
2.14 消息和消息隊(duì)列函數(shù)(Message and Message Queue)……………………………90
2.15 鼠標(biāo)輸入函數(shù)(Mouse Input) ……………………………………………………100
2.16 多文檔接口函數(shù)(Multiple Document Interface) ……………………………103
2.17 資源函數(shù)(Resource)………………………………………………………………105
2.18 滾動(dòng)條函數(shù)(Scroll Bar)…………………………………………………………113
2.19 窗口函數(shù)(Window)…………………………………………………………………119
2.20 窗口類函數(shù)(Window Class)………………………………………………………144
2.21 窗口過程函數(shù)(Window Procedure)………………………………………………150
2.22 窗口屬性函數(shù)(Window Property) ………………………………………………152
第三章圖形設(shè)備接口函數(shù)(Graphic Device Interface Function) …………………155
3.1 位圖函數(shù)(Bitmap) …………………………………………………………………155
Mndsoft.com
歡迎光臨枕善居VB.NET源碼博客請記住本站域名: http://www.mndsoft.com
第 4 頁共 199 頁資料來自網(wǎng)絡(luò),版權(quán)歸原作者h(yuǎn)ttp://www.mndsoft.com
3.2 筆刷函數(shù)(Brush)……………………………………………………………………171
3.3 剪切函數(shù)(Clipping) ………………………………………………………………176
3.4 顏色函數(shù)(Color)……………………………………………………………………179
3.5 坐標(biāo)空間與變換函數(shù)(Coordinate Space Transformation)……………………186
3.6 設(shè)備環(huán)境函數(shù)(Device Context) …………………………………………………195
3.7 填充形態(tài)函數(shù)(Filled shape) ……………………………………………………211
3.8 字體和正文函數(shù)(Font and Text)…………………………………………………215
3.9 ICM 2.0 函數(shù)…………………………………………………………………………238
3.10 線段和曲線函數(shù)(Line and Curve)………………………………………………295
3.11 圖元文件函數(shù)(Metafile)…………………………………………………………300
3.12 多顯示器函數(shù)(Multiple Display Monitors) …………………………………311
3.13 繪圖函數(shù)和畫圖函數(shù)(Painting and Drawing)…………………………………313
3.14 路徑函數(shù)(Path)……………………………………………………………………328
3.15 畫筆函數(shù)(Pen) ……………………………………………………………………332
3.16 打印及打印假脫機(jī)程序函數(shù)(Printing and Print Spooler)…………………334
3.17 矩形函數(shù)(Rectangle) ……………………………………………………………371
3.18 區(qū)域函數(shù)(Region)…………………………………………………………………374
第四章系統(tǒng)服務(wù)函數(shù)(System Service Function) ……………………………………383
4.1 訪問控制函數(shù)(Access Control) …………………………………………………383
4.2 原子函數(shù)(Atom) ……………………………………………………………………406
4.3 客戶/服務(wù)器訪問控制函數(shù)(Client/Server Access Control) ………………409
4.4 剪貼板函數(shù)(Clipboard)……………………………………………………………431
4.5 通信函數(shù)(Communication)…………………………………………………………436
4.6 控制臺函數(shù)(Console)………………………………………………………………444
4.7 數(shù)據(jù)解壓庫函數(shù)(Data Decompression Library) ………………………………463
4.8 調(diào)試函數(shù)(Debugging)………………………………………………………………466
4.9 設(shè)備輸入輸出函數(shù)(Device Input and Output)…………………………………472
4.10 動(dòng)態(tài)數(shù)據(jù)交換函數(shù)(Dynamic Data Exchange) …………………………………474
4.11 動(dòng)態(tài)數(shù)據(jù)交換管理函數(shù)(Dynamic Data Exchange Management)………………476
4.12 動(dòng)態(tài)鏈接庫函數(shù)(Dynamic-Link Library)………………………………………489
4.13 錯(cuò)誤函數(shù)(Error) …………………………………………………………………496
4.14 事件日志函數(shù)(Event Logging) …………………………………………………499
4.15 文件函數(shù)(File)……………………………………………………………………503
4.16 文件安裝庫函數(shù)(File Installation Library) ………………………………542
4.17 文件映射函數(shù)(File Mapping)……………………………………………………546
4.18 文件系統(tǒng)函數(shù) File System)………………………………………………………551
4.19 句柄和對象函數(shù)(Handle and Object)………………………………………………556
4.20 掛鉤函數(shù)(Hook)………………………………………………………………………560
4.21 ImageHlp 函數(shù)…………………………………………………………………………572
4.22 大整數(shù)操作函數(shù)(Iarge Integer Operations)……………………………………594
4.23 低層訪問控制函數(shù)(Low-Level Access Control)………………………………596
4.24 LSAPI函數(shù)…………………………………………………………………………617
4.25 郵槽函數(shù)(Mailslot)………………………………………………………………622
4.26 內(nèi)存管理函數(shù)(Memory Management) ……………………………………………623
Mndsoft.com
歡迎光臨枕善居VB.NET源碼博客請記住本站域名: http://www.mndsoft.com
第 5 頁共 199 頁資料來自網(wǎng)絡(luò),版權(quán)歸原作者h(yuǎn)ttp://www.mndsoft.com
4.27 管道函數(shù)(Pipe) …………………………………………………………………655
4.28 電源管理函數(shù)(Power Management) …………………………………………… 663
4.29 進(jìn)程和線程函數(shù)(Process and Thread)…………………………………………666
4.30 注冊表函數(shù)(Registry)……………………………………………………………700
4.31 字符串操作函數(shù)(String Manipulation)……………………………………… 724
4.32 結(jié)構(gòu)化異常處理函數(shù)(Structured Exception Handling) ……………………742
4.33 同步函數(shù)(Synchronization) ……………………………………………………745
4.34 系統(tǒng)信息函數(shù)(System Information)……………………………………………766
4.35 系統(tǒng)消息函數(shù)(System Message)…………………………………………………780
4.36 系統(tǒng)關(guān)機(jī)函數(shù)(System Shutdown) ………………………………………………781
4.37 磁帶備份函數(shù)(Tape Backup) ……………………………………………………783
4.38 時(shí)間函數(shù)(Time)……………………………………………………………………789
4.39 計(jì)時(shí)器函數(shù)(Timer) ………………………………………………………………795
4.40 工具幫助函數(shù)(Tool Help) ………………………………………………………796
4.41 窗口站和桌面函數(shù)(Window Station and Desktop)……………………………799
4.42 Windows NT 4.0 訪問控制函數(shù)(Window NT 4.0 Access-Control)……………808
4.43 WinTrust 函數(shù)(WinTrust)…………………………………………………………814
第五章國際特性函數(shù)(International Peatures Punction)時(shí)性…………………………815
5.1 輸入方法編輯函數(shù)(Input Method Editor)…………………………………………815
5.2 國家語言支持函數(shù)(National Language Support)………………………………… 828
5.3 Unicode 和字符集函數(shù)(Unicode and Character Set)……………………………… 843
第六章網(wǎng)絡(luò)服務(wù)函數(shù)(Networding Service Function)……………………………………849
6.1 數(shù)據(jù)鏈路控制函數(shù)(DLC)………………………………………………………………849
6.2 網(wǎng)絡(luò)函數(shù)(Net)…………………………………………………………………………849
6.3 NetBIOS 函數(shù)……………………………………………………………………………896
6.4 網(wǎng)絡(luò)DDE 函數(shù)(Networking DDE)……………………………………………………897
6.5 RAS服務(wù)器管理函數(shù)(RAS Server Administration)………………………………901
6.6 遠(yuǎn)程訪問服務(wù)函數(shù)(Remote Access Administration)………………………………910
6.7 服務(wù)函數(shù)(Service)……………………………………………………………………929
6.8 Windows 網(wǎng)絡(luò)函數(shù)(Windows Networking)……………………………………………930
附錄1 如何在VB 中調(diào)用DLL API ……………………………………………………………945
1 DLL API 的聲明……………………………………………………………………………945
2 DLL API 的調(diào)用……………………………………………………………………………947
附錄2 在Delphi 中直接調(diào)用Windows API…………………………………………………953
第一章Win32 API 概論
1.1 為什么使用Wu32 API
在 |
|
下載地址 |
|
|
|