注冊(cè) | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計(jì)PowerbuilderPowerBuilder Win32 API函數(shù)調(diào)用參考手冊(cè)

PowerBuilder Win32 API函數(shù)調(diào)用參考手冊(cè)

PowerBuilder Win32 API函數(shù)調(diào)用參考手冊(cè)

定 價(jià):¥98.00

作 者: 馬貴安[等]編著
出版社: 清華大學(xué)出版社
叢編項(xiàng): PowerBuilder Win32 API技術(shù)叢書
標(biāo) 簽: Powerbuilder

ISBN: 9787302090465 出版時(shí)間: 2004-07-01 包裝: 簡(jiǎn)裝本
開本: 26cm 頁數(shù): 1005 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  本書特點(diǎn):·Win32API基礎(chǔ)知識(shí)和PowerBuilder中API函數(shù)的聲明與調(diào)用方法·560個(gè)常用API函數(shù)的C原型定義及其PowerBuilder格式聲明與用法詳解·60余個(gè)常用API結(jié)構(gòu)的C原型定義及其PowerBuilder格式的定義與用法·50000余個(gè)API常量在PowerBuilder中的定義及其十進(jìn)制取值·配書光盤提供了“PowerBuilderAPI瀏覽器“工具軟件”通過Windows應(yīng)用程序接口API,可以豐富和擴(kuò)充PowerBuilder功能。本套叢書是目前國(guó)內(nèi)外第一套系統(tǒng)介紹PowerBuilder中Win32API程序設(shè)計(jì)的書籍,叢書以豐富的實(shí)例,系統(tǒng)、全面、深入介紹了在PowerBuilder中調(diào)用Windows系統(tǒng)API函數(shù)的方法,提供了大量應(yīng)用系統(tǒng)開發(fā)中迫切需要,而用PowerBuilder無法實(shí)現(xiàn)的功能。該書為《PowerBuilderWin32API函數(shù)調(diào)用參考手冊(cè)》,全書共分6章,前兩章介紹了WindowsAPI基礎(chǔ)知識(shí)和在PowerBuilder中API函數(shù)的聲明和調(diào)用方法,第三章按照函數(shù)名稱字母順序詳細(xì)介紹了560個(gè)常用API函數(shù)在PowerBuilder中的用法,第四章介紹了常用API結(jié)構(gòu)的用法,第五章給出了50000余個(gè)API常量在PowerBuilder中的定義及十進(jìn)制的取值。第六章介紹了由作者開發(fā)的類似于"VisualBasicAPI文本瀏覽器"的"PowerBuilderAPI瀏覽器"工具軟件,該軟件包含了6500個(gè)函數(shù)、51500余個(gè)常量、419個(gè)結(jié)構(gòu)PowerBuilder聲明格式。該工具軟件是WindowsAPI程序設(shè)計(jì)中所需的非常實(shí)用的一款工具軟件,將免費(fèi)提供給本書的讀者學(xué)習(xí)研究之用。

作者簡(jiǎn)介

  馬貴安,高級(jí)工程師,現(xiàn)任職于黃河水利水電開發(fā)總公司。長(zhǎng)期從事MIS及GIS系統(tǒng)在企業(yè)的應(yīng)用和推廣工作。主持和參與開發(fā)了多個(gè)應(yīng)用于水利、文物保護(hù)、水環(huán)境保護(hù)等領(lǐng)域的信息系統(tǒng)。對(duì)Win32API技術(shù)及其在PowerBuider中的應(yīng)用有很深的造詣。

圖書目錄

第1章  Windows API基礎(chǔ) 1
 1.1 API概念1
 1.1.1 API定義及作用1
 1.1.2 API與動(dòng)態(tài)鏈接庫2
 1.1.3 API構(gòu)成4
 1.1.4 從MSDN獲取API信息5
 1.2 API函數(shù)的分類5
 1.2.1 窗口管理函數(shù)6
 1.2.2 窗口通用控件8
 1.2.3 Shell特性8
 1.2.4 圖形設(shè)備接口9
 1.2.5 系統(tǒng)服務(wù)9
 1.2.6 國(guó)際特性10
 1.2.6 網(wǎng)絡(luò)服務(wù)10
 1.3兩個(gè)重要的術(shù)語――句柄和設(shè)備場(chǎng)景14
 1.3.1 句柄14
 1.3.2 設(shè)備場(chǎng)景16
 第2章 API函數(shù)的聲明和調(diào)用18
 2.1 PowerBuilder中API函數(shù)聲明18
 2.1.1 PowerBuilder與API函數(shù)數(shù)據(jù)類型的轉(zhuǎn)換18
 2.1.2 API函數(shù)的聲明約定20
 2.2 PowerBuilder與API函數(shù)之間的參數(shù)傳遞24
 2.2.1參數(shù)的值傳遞與引用傳遞24
 2.2.2 傳遞數(shù)值型數(shù)據(jù)26
 2.2.3 傳遞字符串型數(shù)據(jù)27
 2.2.4 傳遞結(jié)構(gòu)型數(shù)據(jù)28
 2.2.5 傳遞數(shù)組30
 2.2.6 NULL值傳遞34
 2.2.7 傳遞屬性35
 2.2.8 能傳遞函數(shù)指針嗎?35
 2.2.9 能傳遞Any數(shù)據(jù)類型嗎? 35
 2.3  API函數(shù)調(diào)用錯(cuò)誤信息及排錯(cuò)技巧36
 2.3.1 常見錯(cuò)誤信息解析36
 2.3.2 防止錯(cuò)誤的一些基本規(guī)則 39
 第3章 560個(gè)常用API函數(shù)詳解42
 3.1 A字首42
 3.1.1 _lclose42
 3.1.2 _lopen43
 3.1.3 accept函數(shù)43
 3.1.4 ActivateKeyboardLayout函數(shù)44
 3.1.5 AddFontResource函數(shù)46
 3.1.6 AdjustTokenPrivileges函數(shù)47
 3.1.7 AdjustWindowRect函數(shù)51
 3.1.8 AdjustWindowRectEx函數(shù)53
 3.1.9 AlphaBlend函數(shù)55
 3.1.10 AngleArc函數(shù)58
 3.1.11 AnimateWindow函數(shù)59
 3.1.12 AppendMenu函數(shù)64
 3.1.13 Arc函數(shù)66
 3.1.14 ArcTo函數(shù)68
 3.2 B字首69
 3.2.1 Beep函數(shù)69
 3.2.2 BeginDeferWindowPos函數(shù)70
 3.2.3 BeginPath函數(shù)70
 3.2.4 BitBlt函數(shù)72
 3.2.5 BlockInput函數(shù)74
 3.2.6 BringWindowToTop函數(shù)75
 3.2.7 BroadcastSystemMessage函數(shù)75
 3.3 C字首77
 3.3.1 ChangeDisplaySettings函數(shù)77
 3.3.2 CharLower函數(shù)81
 3.3.3 CharUpper函數(shù)82
 3.3.4 ChooseColor函數(shù)82
 3.3.5 ChooseFont函數(shù)84
 3.3.6 Chord函數(shù)88
 3.3.7 ClientToScreen函數(shù)89
 3.3.8 ClipCursor函數(shù)91
 3.3.9 CloseClipboard函數(shù)92
 3.3.10 CloseHandle函數(shù)94
 3.3.11 ClosePrinter函數(shù)94
 3.3.12 closesocket函數(shù)96
 3.3.13 CloseWindow函數(shù)96
 3.3.14 CombineRgn函數(shù)97
 3.3.15 CompareFileTime函數(shù)99
 3.3.16 CompareString函數(shù)101
 3.3.17 ConfigurePort函數(shù)103
 3.3.18 connect函數(shù)103
 3.3.19 CopyFile函數(shù)107
 3.3.20 CopyImage函數(shù)108
 3.3.21 CopyMemory函數(shù)110
 3.3.22 CopyRect函數(shù)111
 3.3.23 CoTaskMemFree函數(shù)112
 3.3.24 CreateBitmap函數(shù)113
 3.3.25 CreateBrushIndirect函數(shù)114
 3.3.26 CreateCaret函數(shù)116
 3.3.27 CreateCompatibleBitmap函數(shù)118
 3.3.28 CreateCompatibleDC函數(shù)119
 3.3.29 CreateDC函數(shù)119
 3.3.30 CreateDirectory函數(shù)122
 3.3.31 CreateDirectoryEx函數(shù)123
 3.3.32 CreateEllipticRgn函數(shù) 124
 3.3.33 CreateEllipticRgnIndirect函數(shù)125
 3.3.34 CreateFile函數(shù)126
 3.3.35 CreateFont函數(shù)128
 3.3.36 CreateFontIndirect函數(shù)131
 3.3.37 CreateHatchBrush函數(shù)133
 3.3.38 CreatePatternBrush函數(shù)134
 3.3.39 CreatePen函數(shù)136
 3.3.40 CreatePenIndirect函數(shù)137
 3.3.41 CreatePolygonRgn函數(shù)138
 3.3.42 CreatePolyPolygonRgn函數(shù)140
 3.3.43 CreatePopupMenu函數(shù)142
 3.3.44 CreateProcess函數(shù)142
 3.3.45 CreateRectRgn函數(shù)145
 3.3.46 CreateRectRgnIndirect函數(shù)145
 3.3.47 CreateRoundRectRgn函數(shù)146
 3.3.48 CreateSolidBrush函數(shù)146
 3.3.49 CreateToolhelp32Snapshot函數(shù)148
 3.3.50 CreateWindowEX函數(shù)150
 3.4 D字首151
 3.4.1 DecryptFile函數(shù)151
 3.4.2 DeferWindowPos函數(shù)152
 3.4.3. DefWindowProc函數(shù)154
 3.4.4 DeleteDC函數(shù)156
 3.4.5 DeleteFile函數(shù)156
 3.4.6 DeleteObject函數(shù)156
 3.4.7 DestroyCaret函數(shù)157
 3.4.8 DestroyIcon函數(shù)157
 3.4.9 DestroyMenu函數(shù)158
 3.4.10 DestroyWindow函數(shù)158
 3.4.11 DeviceCapabilities函數(shù)159
 3.4.12 DeviceIoControl函數(shù)161
 3.4.13 DllGetVersion函數(shù)164
 3.4.14 DllRegisterServer函數(shù) 166
 3.4.15 DllUnregisterServer函數(shù)166
 3.4.16 DoAddToFavDlg函數(shù)167
 3.4.17 DoFileDownload函數(shù)170
 3.4.18 DoOrganizeFavDlg函數(shù)171
 3.4.19 DocumentProperties函數(shù)171
 3.4.20 DrawAnimatedRects函數(shù)174
 3.4.21 DrawCaption函數(shù)175
 3.4.22 DrawEdge函數(shù)178
 3.4.23 DrawFocusRect函數(shù)180
 3.4.24 DrawFrameControl函數(shù)180
 3.4.25 DrawIcon函數(shù)181
 3.4.26 DrawIconEx函數(shù)183
 3.4.27 DrawMenuBar函數(shù)185
 3.4.28 DrawText函數(shù)186
 3.4.29 DrawTextEx函數(shù)186
 3.5 E字首188
 3.5.1 Ellipse函數(shù)188
 3.5.2 EmptyClipboard函數(shù)189
 3.5.3 EnableWindow函數(shù)189
 3.5.4 EncryptFile函數(shù)190
 3.5.5 EndDeferWindowPos函數(shù)191
 3.5.6 EndPath函數(shù)191
 3.5.7 EnumDisplayDevices函數(shù)192
 3.5.8 EnumDisplaySettings函數(shù)193
 3.5.9 EnumJobs函數(shù)194
 3.5.10 EnumPrinter函數(shù)195
 3.5.11 EqualRect函數(shù)198
 3.5.12 EqualRgn函數(shù)199
 3.5.13 ExitProcess函數(shù)199
 3.5.14 ExitThread函數(shù)200
 3.5.15 ExitWindows函數(shù)200
 3.5.16 ExitWindowsEx函數(shù)201
 3.5.17 ExtFloodFill函數(shù)203
 3.5.18 ExtractAssociatedIcon函數(shù)204
 3.5.19 ExtractIcon函數(shù)205
 3.5.20 ExtractIconEx函數(shù)205
 3.5.21 ExtTextOut函數(shù)206
 3.6 F字首208
 3.6.1 FatalAppExit函數(shù)208
 3.6.2 FatalExit函數(shù)209
 3.6.3 FileTimeToDosDateTime函數(shù)209
 3.6.4 FileTimeToLocalFileTime函數(shù)213
 3.6.5 FileTimeToSystemTime函數(shù)215
 3.6.6 FillMemory函數(shù)215
 3.6.7 FillRect函數(shù)216
 3.6.8 FillRgn函數(shù)217
 3.6.9 FindClose函數(shù)219
 3.6.10 FindExecutable函數(shù)219
 3.6.11 FindFirstFile函數(shù)220
 3.6.12 FindNextFile函數(shù)222
 3.6.13 FindWindow函數(shù)222
 3.6.14 FindWindowEx函數(shù)224
 3.6.15 FlashWindow函數(shù)225
 3.6.16 FlashWindowEx函數(shù)225
 3.6.17 FloodFill函數(shù)226
 3.6.18 FormatMessage函數(shù)227
 3.6.19 FrameRect函數(shù)230
 3.6.20 FrameRgn函數(shù)231
 3.6.21 FreeLibrary函數(shù)232
 3.6.22 FTPCommand函數(shù)234
 3.6.23 FtpCreateDirectory函數(shù)236
 3.6.24 FtpDeleteFile函數(shù)237
 3.6.25 FtpFindFirstFile函數(shù)238
 3.6.26 FtpGetCurrentDirectory函數(shù)242
 3.6.27 FtpGetFile函數(shù)242
 3.6.28 FtpGetFileSize函數(shù)245
 3.6.29 FtpOpenFile函數(shù)247
 3.6.30 FtpPutFile函數(shù)248
 3.6.31 FtpRemoveDirectory函數(shù)250
 3.6.32 FtpRenameFile函數(shù)252
 3.6.33 FtpSetCurrentDirectory函數(shù)254
 3.7 G字首255
 3.7.1 GdiAlphaBlend函數(shù)255
 3.7.2 GdiGradientFill函數(shù)257
 3.7.3 GdiTransparentBlt函數(shù)260
 3.7.4 GetActiveWindow函數(shù)262
 3.7.5 GetAncestor函數(shù)263
 3.7.6 GetArcDirection函數(shù)264
 3.7.7 GetBinaryType函數(shù)265
 3.7.8 GetBkColor函數(shù)266
 3.7.9 GetBkMode函數(shù)267
 3.7.10 GetCaretBlinkTime函數(shù)268
 3.7.11 GetCaretPos函數(shù)269
 3.7.12 GetClassInfo函數(shù)269
 3.7.13 GetClassInfoEx函數(shù)270
 3.7.14 GetClassName函數(shù)272
 3.7.15 GetClientRect函數(shù)273
 3.7.16 GetClipboardData函數(shù)273
 3.7.17 GetColorAdjustment函數(shù)275
 3.7.18 GetCompressedFileSize函數(shù)277
 3.7.19 GetComputerName函數(shù)278
 3.7.20 GetComputerNameEx函數(shù)279
 3.7.21 GetCurrencyFormat函數(shù)280
 3.7.22 GetCurrentDirectory函數(shù)281
 3.7.23 GetCurrentProcess函數(shù)282
 3.7.24 GetCurrentProcessId函數(shù)282
 3.7.25 GetCurrentThread函數(shù)284
 3.7.26 GetCursor函數(shù)284
 3.7.27 GetCursorPos函數(shù)285
 3.7.28 GetDateFormat函數(shù)285
 3.7.29 GetDC函數(shù)286
 3.7.30 GetDCBrushColor函數(shù)287
 3.7.31 GetDCPenColor函數(shù)287
 3.7.32 GetDesktopWindow函數(shù)288
 3.7.33 GetDeviceCaps函數(shù)289
 3.7.34 GetDiskFreeSpace函數(shù)291
 3.7.35 GetDiskFreeSpaceEx函數(shù)292
 3.7.36 GetDoubleClickTime函數(shù)294
 3.7.37 GetDriveType函數(shù)295
 3.7.38 GetExitCodeProcess函數(shù)296
 3.7.39 GetExitCodeThread函數(shù)296
 3.7.40 GetExpandedName函數(shù)297
 3.7.41 GetFileAttributes函數(shù)297
 3.7.42 GetFileInformationByHandle函數(shù)301
 3.7.43 GetFileSize函數(shù)302
 3.7.44 GetFileSizeEx函數(shù)303
 3.7.45 GetFileTime函數(shù)304
 3.7.46 GetFileTitle函數(shù)304
 3.7.47 GetFileType函數(shù)305
 3.7.48 GetFocus函數(shù)307
 3.7.49 GetForegroundWindow函數(shù)307
 3.7.50 GetFullPathName函數(shù)308
 3.7.51 gethostname函數(shù)309
 3.7.52 GetInputState函數(shù)310
 3.7.53 GetKeyboardLayoutList函數(shù)310
 3.7.54 GetKeyboardLayoutName函數(shù)311
 3.7.55 GetKeyboardState函數(shù)313
 3.7.56 GetKeyboardType函數(shù)314
 3.7.57 GetKeyState函數(shù)314
 3.7.58 GetLastError函數(shù)317
 3.7.59 GetLayout函數(shù)317
 3.7.60 GetLocalTime函數(shù)318
 3.7.61 GetLogicalDrives函數(shù)319
 3.7.62 GetLogicalDriveStrings函數(shù)321
 3.7.63 GetLongPathName函數(shù)322
 3.7.64 GetMenu函數(shù)322
 3.7.65 GetMenuItemCount函數(shù)326
 3.7.66 GetMenuItemID函數(shù)329
 3.7.67 GetMenuItemInfo函數(shù)329
 3.7.68 GetMenuString函數(shù)332
 3.7.69 GetModuleFileName函數(shù)332
 3.7.70 GetNearestColor函數(shù)333
 3.7.71 GetNumberFormat函數(shù)334
 3.7.72 GetObject函數(shù)335
 3.7.73 GetObjectType函數(shù)336
 3.7.74 GetOpenFileName函數(shù)339
 3.7.75 GetOpenFileNamePreview函數(shù)342
 3.7.76 GetParent函數(shù)342
 3.7.77 GetPixel函數(shù)343
 3.7.78 GetPolyFillMode函數(shù)345
 3.7.79 GetProcAddress函數(shù)346
 3.7.80 GetProcessTimes函數(shù)346
 3.7.81 GetPrivateProfileInt函數(shù)348
 3.7.82 GetPrivateProfileSection函數(shù)349
 3.7.83 GetPrivateProfileSectionNames函數(shù)350
 3.7.84 GetPrivateProfileString函數(shù)351
 3.7.85 GetProfileString函數(shù)352
 3.7.86 GetRgnBox函數(shù)353
 3.7.87 GetROP2函數(shù)354
 3.7.88 GetSaveFileName函數(shù)356
 3.7.89 GetSaveFileNamePreview函數(shù)360
 3.7.90 GetShortPathName函數(shù)360
 3.7.91 GetStockObject函數(shù)361
 3.7.92 GetStretchBltMode函數(shù)364
 3.7.93 GetSubMenu函數(shù)364
 3.7.94 GetSysColor函數(shù)365
 3.7.95 GetSysColorBrush函數(shù)368
 3.7.96 GetSystemDefaultLangID函數(shù)368
 3.7.97 GetSystemDefaultLCID函數(shù)369
 3.7.98 GetSystemDefaultUILanguage函數(shù)369
 3.7.99 GetSystemDirectory函數(shù)370
 3.7.100 GetSystemInfo函數(shù)371
 3.7.101 GetSystemMenu函數(shù)372
 3.7.102 GetSystemMetrics函數(shù)372
 3.7.103 GetSystemPowerStatus函數(shù)373
 3.7.104 GetSystemTime函數(shù)375
 3.7.105 GetSystemTimeAdjustment函數(shù)376
 3.7.106 GetSystemTimeAsFileTime函數(shù)377
 3.7.107 GetSystemWindowsDirectory函數(shù)377
 3.7.108 GetTempPath函數(shù)378
 3.7.109 GetTickCount函數(shù)379
 3.7.110 GetTimeZoneInformation函數(shù)380
 3.7.111 GetUserDefaultLangID函數(shù)386
 3.7.112 GetUserDefaultLCID函數(shù)387
 3.7.113 GetUserName函數(shù)387
 3.7.114 GetVersione函數(shù)388
 3.7.115 GetVersionEx函數(shù)392
 3.7.116 GetVolumeInformation函數(shù)395
 3.7.117 GetWindow函數(shù)396
 3.7.118 GetWindowDC函數(shù)397
 3.7.119 GetWindowLong函數(shù)397
 3.7.120 GetWindowPlacement函數(shù)403
 3.7.121 GetWindowRect函數(shù)404
 3.7.122 GetWindowsDirectorye函數(shù)404
 3.7.123 GetWindowText函數(shù)405
 3.7.124 GetWindowTextLength函數(shù)406
 3.7.125 GlobalAddAtom函數(shù)407
 3.7.126 GlobalAlloc函數(shù)409
 3.7.127 GlobalFree函數(shù)410
 3.7.128 GlobalLock函數(shù)411
 3.7.129 GlobalMemoryStatus函數(shù)411
 3.7.130 GlobalReAlloc函數(shù)412
 3.7.131 GlobalUnlock函數(shù)413
 3.7.132 GradientFill函數(shù)414
 3.8 H字首417
 3.8.1 HideCaret函數(shù)417
 3.8.2 htonl函數(shù)417
 3.8.3 htons函數(shù)418
 3.9 I字首419
 3.9.1 IcmpCloseHandle函數(shù)419
 3.9.2 IcmpCreateFile函數(shù)422
 3.9.3 IcmpSendEcho函數(shù)422
 3.9.4 ImmGetDescription函數(shù)423
 3.9.5 ImmIsIME函數(shù)424
 3.9.6 inet_addr函數(shù)424
 3.9.7 inet_ntoa函數(shù)425
 3.9.8 InetIsOffline函數(shù)425
 3.9.9 InflateRect函數(shù)426
 3.9.10 InitCommonControls函數(shù)427
 3.9.11 InitCommonControlsEx函數(shù)427
 3.9.12 InsertMenuItem函數(shù)429
 3.9.13 InternetAttemptConnect函數(shù)430
 3.9.14 InternetAutodial函數(shù)430
 3.9.15 InternetAutodialHangup函數(shù)432
 3.9.16 InternetCheckConnection函數(shù)432
 3.9.17 InternetCloseHandle函數(shù)433
 3.9.18 InternetConnect函數(shù)434
 3.9.19 InternetDial函數(shù)436
 3.9.20 InternetFindNextFile函數(shù)439
 3.9.21 InternetGetConnectedState函數(shù)440
 3.9.22 InternetGetConnectedStateEx函數(shù)442
 3.9.23 InternetGetLastResponseInfo函數(shù)443
 3.9.24 InternetHangup函數(shù)444
 3.9.25 InternetOpen函數(shù)444
 3.9.26 InternetOpenURL函數(shù)445
 3.9.27 InternetReadFile函數(shù)446
 3.9.28 IntersectClipRect函數(shù)448
 3.9.29 IntersectRect函數(shù)450
 3.9.30 InvertRect函數(shù)451
 3.9.31 InvertRgn函數(shù)452
 3.9.32 IsCharAlpha函數(shù)453
 3.9.33 IsCharAlphaNumeric函數(shù)453
 3.9.34 IsCharLower函數(shù)454
 3.9.35 IsCharUpper函數(shù)454
 3.9.36 IsChild函數(shù)455
 3.9.37 IsClipboardFormatAvailable函數(shù)455
 3.9.38 IsIconic函數(shù)455
 3.9.39 IsNetworkAlive函數(shù)456
 3.9.40 IsRectEmpty函數(shù)457
 3.9.41 IsWindow函數(shù)458
 3.9.42 IsWindowEnabled函數(shù)458
 3.9.43 IsWindowVisible函數(shù)458
 3.9.44 IsZoomed函數(shù)459
 3.10 J字首460
 3.10.1 joyGetDevCaps函數(shù)460
 3.10.2 joyGetNumDevs函數(shù)462
 3.10.3 joyGetPos函數(shù)463
 3.11 K字首463
 3.11.1 Keybd_event函數(shù)463
 3.12 L字首465
 3.12.1 LineTo函數(shù)465
 3.12.2 LoadCursor函數(shù)465
 3.12.3 LoadCursorFromFile函數(shù)466
 3.12.4 LoadImage函數(shù)467
 3.12.5 LoadLibrary函數(shù)469
 3.12.6 LocalAlloc函數(shù)469
 3.12.7 LocalFileTimeToFileTime函數(shù)470
 3.12.8 LocalFree函數(shù)472
 3.12.9 LocalLock函數(shù)472
 3.12.10 LocalReAlloc函數(shù)473
 3.12.11 LocalUnlock函數(shù)474
 3.12.12 LockWindowUpdate函數(shù)474
 3.12.13 LockWorkStation函數(shù)475
 3.12.14 LookupPrivilegeValue函數(shù)475
 3.12.15 lstrcat函數(shù)476
 3.12.16 lstrcmp函數(shù)476
 3.12.17 lstrcmpi函數(shù)477
 3.12.18 lstrcpy函數(shù)478
 3.12.19 lstrcpyn函數(shù)478
 3.12.20 lstrlen函數(shù)479
 3.13 M字首480
 3.13.1 MakeSureDirectoryPathExists函數(shù)480
 3.13.2 mciGetErrorString函數(shù)480
 3.13.3 mciSendCommand函數(shù)481
 3.13.4 mciSendString函數(shù)483
 3.13.5 MessageBeep函數(shù)484
 3.13.6 MessageBox函數(shù)485
 3.13.7 MessageBoxEx函數(shù)487
 3.13.8 MessageIndirect函數(shù)487
 3.13.9 ModifyMenu函數(shù)488
 3.13.10 MoveFile函數(shù)489
 3.13.11 MoveFileEx函數(shù)490
 3.13.12 MoveToEx函數(shù)491
 3.13.13 MoveWindow函數(shù)492
 3.14 N字首493
 3.14.1 NetApiBufferFree函數(shù)493
 3.14.2 NetRemoteTOD函數(shù)493
 3.14.3 ntohl函數(shù)494
 3.14.4 ntohs函數(shù)494
 3.15 O字首495
 3.15.1 OffsetClipRgn函數(shù)495
 3.15.2 OffsetRect函數(shù)495
 3.15.3 OffsetRgn函數(shù)496
 3.15.4 OpenClipboard函數(shù)497
 3.15.5 OpenPrinter函數(shù)497
 3.15.6 OpenProcessToken函數(shù)497
 3.16 P字首499
 3.16.1 PatBlt函數(shù)499
 3.16.2 PathAddBackslash函數(shù)500
 3.16.3 PathAddExtension函數(shù)501
 3.16.4 PathAppend函數(shù)502
 3.16.5 PathBuildRoot函數(shù)503
 3.16.6 PathCanonicalize函數(shù)504
 3.16.7 PathCombine函數(shù)505
 3.16.8 PathCompactPath函數(shù)506
 3.16.9 PathCompactPathEx函數(shù)507
 3.16.10 PathFileExists函數(shù)508
 3.16.11 PathFindFileName函數(shù)509
 3.16.12 PathFindOnPath函數(shù)509
 3.16.13 PathGetDriveNumber函數(shù)510
 3.16.14 PathIsDirectory函數(shù)511
 3.16.15 PathIsDirectoryEmpty函數(shù)511
 3.16.16 PathIsLFNFileSpec函數(shù)512
 3.16.17 PathIsNetworkPath函數(shù)512
 3.16.18 PathIsRelative函數(shù)513
 3.16.19 PathIsRoot函數(shù)514
 3.16.20 PathIsSameRoot函數(shù)514
 3.16.21 PathIsSystemFolder函數(shù)515
 3.16.22 PathIsUNC函數(shù)516
 3.16.23 PathIsUNCServer函數(shù)516
 3.16.24 PathIsUNCServerShare函數(shù)517
 3.16.25 PathIsURL函數(shù)517
 3.16.26 PathMakePretty函數(shù)518
 3.16.27 PathMakeSystemFolder函數(shù)519
 3.16.28 PathStripPath函數(shù)519
 3.16.29 PathStripToRoot函數(shù)520
 3.16.30 PathToRegion函數(shù)520
 3.16.31 Pie函數(shù)521
 3.16.32 PlaySound函數(shù)522
 3.16.33 PolyBezier函數(shù)524
 3.16.34 PolyBezierTo函數(shù)525
 3.16.35 Polygon函數(shù)526
 3.16.36 PolyLine函數(shù)527
 3.16.37 PolyLineTo函數(shù)528
 3.16.38 PolyPolygon函數(shù)530
 3.16.39 PolyPolyline函數(shù)532
 3.16.40 PostMessage函數(shù)533
 3.16.41 PrintDlg函數(shù)534
 3.16.42 PrinterProperties函數(shù)537
 3.16.43 Process32First函數(shù)538
 3.16.44 Process32Next函數(shù)538
 3.17 R字首539
 3.17.1 RasCreatePhonebookEntry函數(shù)539
 3.17.2 RasDial函數(shù)540
 3.17.3 RasDialDlg函數(shù)542
 3.17.4 RasEditPhonebookEntry函數(shù)543
 3.17.5 RasEntryDlg函數(shù)544
 3.17.6 RasEnumConnections函數(shù)545
 3.17.7 RasEnumEntries函數(shù)547
 3.17.8 RasGetConnectStatus函數(shù)549
 3.17.9 RasGetErrorString函數(shù)550
 3.17.10 RasHangUp函數(shù)551
 3.17.11 RasMonitorDlg函數(shù)552
 3.17.12 RasPhonebookDlg函數(shù)553
 3.17.13 Rectangle函數(shù)554
 3.17.14 recv函數(shù)554
 3.17.15 RegCloseKey函數(shù)559
 3.17.16 RegCreateKeyEx函數(shù)560
 3.17.17 RegDeleteKey函數(shù)562
 3.17.18 RegDeleteValue函數(shù)563
 3.17.19 RegEnumKeyEx函數(shù)565
 3.17.20 RegEnumValue函數(shù)567
 3.17.21 RegisterHotKey函數(shù)569
 3.17.22 RegisterServiceProcess函數(shù)570
 3.17.23 RegNotifyChangeKeyValue函數(shù)570
 3.17.24 RegLoadKey函數(shù)572
 3.17.25 RegOpenKey函數(shù)574
 3.17.26 RegOpenKeyEx函數(shù)574
 3.17.27 RegQueryValueEx函數(shù)576
 3.17.28 RegSaveKey函數(shù)578
 3.17.29 RegSetValueEx函數(shù)580
 3.17.30 ReleaseCapture函數(shù)582
 3.17.31 ReleaseDC函數(shù)583
 3.17.32 RemoveDirectory函數(shù)583
 3.17.33 RemoveFontResource函數(shù)583
 3.17.34 RemoveMenu函數(shù)584
 3.17.35 RoundRect函數(shù)584
 3.18 S字首585
 3.18.1 SearchTreeForFile函數(shù)585
 3.18.2 SelectClipRgn函數(shù)586
 3.18.3 SelectObject函數(shù)587
 3.18.4 Send函數(shù)587
 3.18.5 SendMessage函數(shù)588
 3.18.6 SetArcDirection函數(shù)588
 3.18.7 SetBkColor函數(shù)589
 3.18.8 SetBkMode函數(shù)589
 3.18.9 SetCapture函數(shù)590
 3.18.10 StCaretBlinkTime函數(shù)590
 3.18.11 SetCaretPos函數(shù)591
 3.18.12 SetClipboardData函數(shù)592
 3.18.13 SetColorAdjustment函數(shù)592
 3.18.14 SetComputerName函數(shù)592
 3.18.15 SetComputerNameEx函數(shù)593
 3.18.16 SetCurrentDirectory函數(shù)594
 3.18.17 SetCursor函數(shù)595
 3.18.18 SetCursorPos函數(shù)595
 3.18.19 SetDCBrushColor函數(shù)596
 3.18.20 SetDCPenColor函數(shù)597
 3.18.21 SetDoubleClickTime函數(shù)599
 3.18.22 SetFileAttributes函數(shù)599
 3.18.23 SetFileTime函數(shù)600
 3.18.24 SetForegroundWindow函數(shù)600
 3.18.25 SetKeyboardState函數(shù)601
 3.18.26 SetLayout函數(shù)601
 3.18.27 SetLocalTime函數(shù)602
 3.18.28 SetMenuItemBitmaps函數(shù)603
 3.18.29 SetMenuItemInfo函數(shù)603
 3.18.30 SetParent函數(shù)604
 3.18.31 SetPixel函數(shù)604
 3.18.32 SetPolyFillMode函數(shù)605
 3.18.33 SetRect函數(shù)606
 3.18.34 SetRectRgn函數(shù)606
 3.18.35 SetRectEmpty函數(shù)607
 3.18.36 SetROP2函數(shù)608
 3.18.37 SetStretchBltMode函數(shù)608
 3.18.38 SetSysColor函數(shù)609
 3.18.39 SetSystemCursor函數(shù)610
 3.18.40 SetSystemTime函數(shù)610
 3.18.41 SetTextColor函數(shù)611
 3.18.42 SetupCopyError函數(shù)611
 3.18.43 SetupDeleteError函數(shù)613
 3.18.44 SetupPromptForDisk函數(shù)614
 3.18.45 SetupPromptReboot函數(shù)616
 3.18.46 SetupRenameError函數(shù)617
 3.18.47 SetVolumeLabel函數(shù)617
 3.18.48 SetWindowLong函數(shù)618
 3.18.49 SetWindowPos函數(shù)620
 3.18.50 SetWindowRgn函數(shù)621
 3.18.51 SetWindowText函數(shù)621
 3.18.52 SHAddToRecentDocs函數(shù)622
 3.18.53 SHAppBarMessage函數(shù)623
 3.18.54 SHBrowseForFolder函數(shù)624
 3.18.55 SHCreateDirectoryEx函數(shù)626
 3.18.56 Shell_NotifyIcon函數(shù)627
 3.18.57 ShellAbout函數(shù)628
 3.18.58 ShellExecute函數(shù)629
 3.18.59 ShellExecuteEx函數(shù)630
 3.18.60 SHEmptyRecycleBin函數(shù)631
 3.18.61 SHFileOperation函數(shù)632
 3.18.62 SHFormatDrive函數(shù)633
 3.18.63 SHGetDiskFreeSpace函數(shù)635
 3.18.64 SHGetPathFromDList函數(shù)635
 3.18.65 SHGetSpecialFolderPath函數(shù)636
 3.18.66 ShowCaret函數(shù)639
 3.18.67 ShowCursor函數(shù)639
 3.18.68 ShowWindow函數(shù)640
 3.18.69 SHQueryRecycleBin函數(shù)641
 3.18.70 SHUpdateRecycleBinIcon函數(shù)641
 3.18.71 Sleep函數(shù)642
 3.18.72 SleepEx函數(shù)642
 3.18.73 sndPlaySound函數(shù)643
 3.18.74 Socket函數(shù)644
 3.18.75 StretchBlt函數(shù)644
 3.18.76 SwapMouseButton函數(shù)647
 3.18.77 SystemParametersInfo函數(shù)648
 3.18.78 SystemTimeToFileTime函數(shù)650
 3.18.79 SystemTimeToTzSpecificLocalTime函數(shù)650
 3.19 T字首651
 3.19.1 TextOut函數(shù)651
 3.19.2 TrackPopupMenu函數(shù)651
 3.19.3 TransparentBlt函數(shù)652
 3.19.4 TzSpecificLocalTimeToSystemTime函數(shù)654
 3.20 U字首655
 3.20.1 UnRegisterHotKey函數(shù)655
 3.21 W字首655
 3.21.1 WNetAddConnection2函數(shù)655
 3.21.2 WNetCancelConnection2函數(shù)658
 3.21.3 WNetCloseEnum函數(shù)659
 3.21.4 WNetConnectionDialog 函數(shù)659
 3.21.5 WNetConnectionDialog1 函數(shù)660
 3.21.6 WnetDisconnectDialog 函數(shù)664
 3.21.7 WnetDisconnectDialog1 函數(shù)665
 3.21.8 WNetEnumResource函數(shù)665
 3.21.9 WNetGetConnection函數(shù)666
 3.21.10 WNetGetUser函數(shù)667
 3.21.11 WNetOpenEnum函數(shù)668
 3.21.12 WNetUseConnection函數(shù)673
 3.21.13 WritePrivateProfileString函數(shù)675
 3.21.15 WritePrivateProfileSection函數(shù)675
 3.21.16 WriteProfileString函數(shù)676
 3.21.17 WSAStartup函數(shù)678
 3.21.18 WSACleanup函數(shù)680
 3.21.19 WSAGetLastError函數(shù)681
 3.22 Z字首682
 3.22.1 ZeroMemory函數(shù)682
 第4章  常用API結(jié)構(gòu)用法詳解802
 4.1 A字首802
 4.1.1 ANIMATIONINFO結(jié)構(gòu)802
 4.1.2 APPBARDATA結(jié)構(gòu)803
 4.2 B字首804
 4.2.1 BITMAP結(jié)構(gòu)804
 4.2.2 BROWSEINFO結(jié)構(gòu)805
 4.3 C字首807
 4.3.1 CHOOSECOLOR結(jié)構(gòu)807
 4.3.2 CHOOSEFONT結(jié)構(gòu)808
 4.3.3 CONNECTDLGSTRUCT結(jié)構(gòu)811
 4.4 D字首813
 4.4.1 DEVMODE結(jié)構(gòu)813
 4.4.2 DISCDLGSTRUCT結(jié)構(gòu)821
 4.4.3 DISK_GEOMETRY結(jié)構(gòu)822
 4.4.4 DLLVERSIONINFO結(jié)構(gòu)823
 4.5 F字首824
 4.5.1 FILETIME 結(jié)構(gòu)824
 4.5.2 FLASHWINFO結(jié)構(gòu)824
 4.6 G字首825
 4.6.1 GRADIENT_RECT結(jié)構(gòu)825
 4.6.2 GRADIENT_TRIANGLE結(jié)構(gòu)826
 4.7 H字首827
 4.7.1 HOSTENT結(jié)構(gòu)827
 4.8 I字首827
 4.8.1 ICMP_ECHO_REPLY結(jié)構(gòu)827
 4.8.2 INITCOMMONCONTROLSEX結(jié)構(gòu)828
 4.8.3 INTERNET_VERSION_INFO結(jié)構(gòu)829
 4.8.4 IP_OPTION_INFORMATION結(jié)構(gòu)830
 4.9  L字首830
 4.9.1 LOGBRUSH結(jié)構(gòu)830
 4.9.2 LOGFONT結(jié)構(gòu)831
 4.9.3 LOGPEN結(jié)構(gòu)832
 4.10 M字首833
 4.10.1 MEMORYSTATUS結(jié)構(gòu)833
 4.10.2 MENUINFO結(jié)構(gòu)834
 4.10.3 MENUITEMINFO 結(jié)構(gòu)837
 4.10.4 MINMAXINFO結(jié)構(gòu)839
 4.10.5 MSG結(jié)構(gòu)840
 4.11 N字首841
 4.11.1 NETRESOURCE結(jié)構(gòu)841
 4.11.2 NOTIFYICONDATA結(jié)構(gòu)841
 4.12 O字首842
 4.12.1 OPENFILENAME結(jié)構(gòu)842
 4.12.2 OSVERSIONINFO結(jié)構(gòu)845
 4.13 P字首846
 4.13.1 PAGESETUPDLG結(jié)構(gòu)846
 4.13.2 POINT結(jié)構(gòu)849
 4.13.3 PRINTDLG結(jié)構(gòu)849
 4.13.4 PRINTER_DEFAULTS結(jié)構(gòu)852
 4.13.5 PRINTER_INFO_1結(jié)構(gòu)853
 4.13.6 PRINTER_INFO_2結(jié)構(gòu)854
 4.14 R字首855
 4.14.1 RASCONN 結(jié)構(gòu)855
 4.14.2 RASCONNSTATUS結(jié)構(gòu)856
 4.14.3 RASDIALDLG結(jié)構(gòu)858
 4.14.4 RASDIALPARAMS結(jié)構(gòu)859
 4.14.5 RASENTRYDLG結(jié)構(gòu)860
 4.14.6 RASENTRYNAME 結(jié)構(gòu)862
 4.14.7 RASMONITORDLG結(jié)構(gòu)862
 4.14.8 RASPBDLG結(jié)構(gòu)863
 4.14.9 RECT結(jié)構(gòu)864
 4.15 S字首865
 4.15.1 SECURITY_ATTRIBUTES結(jié)構(gòu)865
 4.15.2 SOCKADDR_IN結(jié)構(gòu)866
 4.15.3 SHELLEXECUTEINFO866
 4.15.4 SHFILEOPSTRUCT結(jié)構(gòu)869
 4.15.5 SHQUERYRBINFO結(jié)構(gòu)871
 4.15.6 SYSTEM_INFO結(jié)構(gòu)871
 4.15.7 SYSTEMTIME結(jié)構(gòu)873
 4.16 T字首874
 4.16.1 TIME_OF_DAY_INFO結(jié)構(gòu)874
 4.16.2 TIME_ZONE_INFORMATION875
 4.16.3 TOOLINFO結(jié)構(gòu)876
 4.16.4 TRIVERTEX結(jié)構(gòu)877
 4.17 U字首878
 4.17.1 ULARGE_INTEGER結(jié)構(gòu)878
 4.18 W字首879
 4.18.1 WIN32_FIND_DATA結(jié)構(gòu)879
 4.18.2 WSADATA結(jié)構(gòu)880
 第5章 50000個(gè)API常量定義及取值763
 5.1 API常量定義及作用763
 5.2 API常量取值表764
 5.2.1 A字首765
 5.2.2 B字首774
 5.2.3 C字首778
 5.2.4 D字首801
 5.2.5 E字首847
 5.2.6 F字首865
 5.2.7 G字首870
 5.2.8 H字首877
 5.2.9 I字首881
 5.2.10 J字首896
 5.2.11 K字首898
 5.2.12 L字首904
 5.2.13 M字首915
 5.2.14 N字首942
 5.2.15 O字首953
 5.2.16 P字首959
 5.2.17 Q字首973
 5.2.18 R字首975
 5.2.19 S字首990
 5.2.20 T字首1023
 5.2.21 U字首1031
 5.2.22 V字首1034
 5.2.23 W字首1037
 5.2.24 X字首1050
 5.2.25 Y. Z字首1051
 第6章 PowerBuilder API瀏覽器的安裝和使用1052
 6.1 PowerBuilder API瀏覽器開發(fā)目的1052
 6.2 PowerBuilder API瀏覽器的安裝和使用1053

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)