Office中国论坛/Access中国论坛
标题:
Windows API 函数参考帮助手册(在线)
[打印本页]
作者:
admin
时间:
2015-9-23 10:24
标题:
Windows API 函数参考帮助手册(在线)
Windows API 函数在线参考帮助手册
Windows API 就是 windows应用程序接口,是针对microsoft windows操作系统家族的系统编程接口
Windows API包括几千个可调用的函数,它们大致可以分为以下几个大类:
基本服务;
组件服务;
用户界面服务;
图形多媒体服务;
消息和协作;
网络;
Web服务
1. 列表式查看Windows API 函数帮助内容
http://www.office-cn.net/t/api/sitemap.html
2. 目录树查看Windows API 函数帮助内容
http://www.office-cn.net/t/api/index.html
3. 部分内容:
Windows API开发手册
说明简介
说明简介
,
VB与API
,
VB使用API的简明教程
所有类别
Windows消息函数
第一页
文件处理函数
第一页
,
第二页
,
第三页
,
第四页
,
第五页
,
第六页
,
第七页
,
第八页
网络函数
第一页
菜单函数
第一页
,
第二页
,
第三页
文本和字体函数
第一页
,
第二页
,
第三页
硬件与系统函数
第一页
,
第二页
,
第三页
,
第四页
,
第五页
,
第六页
,
第七页
控件与消息函数
第一页
,
第二页
,
第三页
,
第四页
,
第五页
,
第六页
位图、图标和光栅运算函数
第一页
,
第二页
,
第三页
绘图函数
第一页
,
第二页
,
第三页
,
第四页
,
第五页
,
第六页
,
第七页
打印函数
第一页
,
第二页
,
第三页
,
第四页
,
第五页
设备场景函数
第一页
,
第二页
,
第三页
,
第四页
,
第五页
进程和线程函数
第一页
,
第二页
,
第三页
,
第四页
,
第五页
相关Access在线帮助手册大全
在线帮助手册:
Access Jet Sql 语法在线帮助
http://www.office-cn.net/thread-120927-1-1.html
Access VBA 开发在线帮助手册
http://www.office-cn.net/thread-120925-1-1.html
ADO 程序员开发手册
http://www.office-cn.net/thread-120940-1-1.html
作者:
admin
时间:
2015-9-23 10:25
Windows消息函数
BroadcastSystemMessage
,
GetMessagePos
,
GetMessageTime
,
PostMessage
,
PostThreadMessage
,
RegisterWindowMessage
,
ReplyMessage
,
SendMessage
,
SendMessageCallback
,
SendMessageTimeout
,
SendNotifyMessage
文件处理函数
CloseHandle
,
CompareFileTime
,
CopyFile
,
CreateDirectory
,
CreateFile
,
CreateFileMapping
,
DeleteFile
,
DeviceIoControl
,
DosDateTimeToFileTime
,
FileTimeToDosDateTime
,
FileTimeToLocalFileTime
,
FileTimeToSystemTime
,
FindClose
,
FindFirstFile
,
FindNextFile
,
FlushFileBuffers
,
FlushViewOfFile
,
GetBinaryType
,
GetCompressedFileSize
,
GetCurrentDirectory
,
GetDiskFreeSpace
,
GetDiskFreeSpaceEx
,
GetDriveType
,
GetExpandedName
,
GetFileAttributes
,
GetFileInformationByHandle
,
GetFileSize
,
GetFileTime
,
GetFileType
,
GetFileVersionInfo
,
GetFileVersionInfoSize
,
GetFullPathName
,
GetLogicalDrives
,
GetLogicalDriveStrings
,
GetOverlappedResult
,
GetPrivateProfileInt
,
GetPrivateProfileSection
,
GetPrivateProfileString
,
GetProfileInt
,
GetProfileSection
,
GetProfileString
,
GetShortPathName
,
GetSystemDirectory
,
GetTempFileName
,
GetTempPath
,
GetVolumeInformation
,
GetWindowsDirectory
,
hread
,
hwrite
,
lclose
,
lcreat
,
llseek
,
LockFile
,
LockFileEx
,
lopen
,
lread
,
lwrite
,
LZClose
,
LZCopy
,
LZInit
,
LZOpenFile
,
LZRead
,
LZSeek
,
MapViewOfFile
,
MoveFile
,
OpenFile
,
OpenFileMapping
,
QueryDosDevice
,
ReadFile
,
ReadFileEx
,
RegCloseKey
,
RegConnectRegistry
,
RegCreateKey
,
RegCreateKeyEx
,
RegDeleteKey
,
RegDeleteValue
,
RegEnumKey
,
RegEnumKeyEx
,
RegEnumValue
作者:
admin
时间:
2015-9-23 10:25
,
RegFlushKey
,
RegGetKeySecurity
,
RegLoadKey
,
RegNotifyChangeKeyValue
,
RegOpenKey
,
RegOpenKeyEx
,
RegQueryInfoKey
,
RegQueryValue
,
RegQueryValueEx
,
RegReplaceKey
,
RegRestoreKey
,
RegSaveKey
,
RegSetKeySecurity
,
RegSetValue
,
RegSetValueEx
,
RegUnLoadKey
,
RemoveDirectory
,
SearchPath
,
SetCurrentDirectory
,
SetEndOfFile
,
SetFileAttributes
,
SetFilePointer
,
SetFileTime
,
SetHandleCount
,
SetVolumeLabel
,
SystemTimeToFileTime
,
UnlockFile
,
UnlockFileEx
,
UnmapViewOfFile
,
VerFindFile
,
VerInstallFile
,
VerLanguageName
,
VerQueryValue
,
WriteFile
,
WriteFileEx
,
WritePrivateProfileSection
,
WritePrivateProfileString
,
WriteProfileSection
,
WriteProfileString
网络函数
WNetAddConnection
,
WNetAddConnection2
,
WNetAddConnection3
,
WNetCancelConnection
,
WNetCancelConnection2
,
WNetCloseEnum
,
WNetConnectionDialog
,
WNetDisconnectDialog
,
WNetEnumResource
,
WNetGetConnection
,
WNetGetLastError
,
WNetGetUniversalName
,
WNetGetUser
,
WNetOpenEnum
菜单函数
AppendMenu
,
CheckMenuItem
,
CheckMenuRadioItem
,
CreateMenu
,
CreatePopupMenu
,
DeleteMenu
,
DestroyMenu
,
DrawMenuBar
,
EnableMenuItem
,
GetMenu
,
GetMenuCheckMarkDimensions
,
GetMenuContextHelpId
,
GetMenuDefaultItem
,
GetMenuItemCount
,
GetMenuItemID
,
GetMenuItemInfo
,
GetMenuItemRect
,
GetMenuState
,
GetMenuString
,
GetSubMenu
,
GetSystemMenu
,
HiliteMenuItem
,
InsertMenu
,
InsertMenuItem
,
IsMenu
,
LoadMenu
,
LoadMenuIndirect
,
MenuItemFromPoint
,
ModifyMenu
,
RemoveMenu
,
SetMenu
,
SetMenuContextHelpId
,
SetMenuDefaultItem
,
SetMenuItemBitmaps
,
SetMenuItemInfo
,
TrackPopupMenu
,
TrackPopupMenuEx
作者:
admin
时间:
2015-9-23 10:26
文本和字体函数
EnumFonts
,
ExtTextOut
,
GetAspectRatioFilterEx
,
GetCharABCWidths
,
GetCharABCWidthsFloat
,
GetCharacterPlacement
,
GetCharWidth
,
GetFontData
,
GetFontLanguageInfo
,
GetGlyphOutline
,
GetKerningPairs
,
GetOutlineTextMetrics
,
GetRasterizerCaps
,
GetTabbedTextExtent
,
GetTextAlign
,
GetTextCharacterExtra
,
GetTextCharset
,
GetTextCharsetInfo
,
GetTextColor
,
GetTextExtentExPoint
,
GetTextExtentPoint
,
GetTextFace
,
GetTextMetrics
,
GrayString
,
PolyTextOut
,
RemoveFontResource
,
SetMapperFlags
,
SetTextAlign
,
SetTextCharacterExtra
,
SetTextColor
,
SetTextJustification
,
TabbedTextOut
,
TextOut
硬件与系统函数
ActivateKeyboardLayout
,
Beep
,
CharToOem
,
ClipCursor
,
ConvertDefaultLocale
,
CreateCaret
,
DestroyCaret
,
EnumCalendarInfo
,
EnumDateFormats
,
EnumSystemCodePages
,
EnumSystemLocales
,
EnumTimeFormats
,
ExitWindowsEx
,
ExpandEnvironmentStrings
,
FreeEnvironmentStrings
,
GetACP
,
GetAsyncKeyState
,
GetCaretBlinkTime
,
GetCaretPos
,
GetClipCursor
,
GetCommandLine
,
GetComputerName
,
GetCPInfo
,
GetCurrencyFormat
,
GetCursor
,
GetCursorPos
,
GetDateFormat
,
GetDoubleClickTime
,
GetEnvironmentStrings
,
GetEnvironmentVariable
,
GetInputState
,
GetKBCodePage
,
GetKeyboardLayout
,
GetKeyboardLayoutList
,
GetKeyboardLayoutName
,
GetKeyboardState
,
GetKeyboardType
,
GetKeyNameText
,
GetKeyState
,
GetLastError
,
GetLocaleInfo
,
GetLocalTime
,
GetNumberFormat
,
GetOEMCP
,
GetQueueStatus
,
GetSysColor
,
GetSystemDefaultLangID
,
GetSystemDefaultLCID
,
GetSystemInfo
,
GetSystemMetrics
,
GetSystemPowerStatus
,
GetSystemTime
,
GetSystemTimeAdjustment
,
GetThreadLocale
,
GetTickCount
,
GetTimeFormat
,
GetTimeZoneInformation
,
GetUserDefaultLangID
,
GetUserDefaultLCID
,
GetUserName
,
作者:
admin
时间:
2015-9-23 10:27
GetVersion
,
GetVersionEx
,
HideCaret
,
IsValidCodePage
,
IsValidLocale
,
keybd_event
,
LoadKeyboardLayout
,
MapVirtualKey
,
MapVirtualKeyEx
,
MessageBeep
,
mouse_event
,
OemKeyScan
,
OemToChar
,
SetCaretBlinkTime
,
SetCaretPos
,
SetComputerName
,
SetCursor
,
SetCursorPos
,
SetDoubleClickTime
,
SetEnvironmentVariable
,
SetKeyboardState
,
SetLocaleInfo
,
SetLocalTime
,
SetSysColors
,
SetSystemCursor
,
SetSystemTime
,
SetSystemTimeAdjustment
,
SetThreadLocale
,
SetTimeZoneInformation
,
ShowCaret
,
ShowCursor
,
SwapMouseButton
,
SystemParametersInfo
,
SystemTimeToTzSpecificLocalTime
,
ToAscii
,
ToUnicode
,
UnloadKeyboardLayout
,
VkKeyScan
GetLocaleInfo
位图、图标和光栅运算函数
BitBlt
,
CopyIcon
,
CopyImage
,
CreateBitmap
,
CreateBitmapIndirect
,
CreateCompatibleBitmap
,
CreateCursor
,
CreateDIBitmap
,
CreateDIBSection
,
CreateIcon
,
CreateIconIndirect
,
DestroyCursor
,
DestroyIcon
,
DrawIcon
,
DrawIconEx
,
ExtractAssociatedIcon
,
ExtractIcon
,
GetBitmapBits
,
GetBitmapDimensionEx
,
GetDIBColorTable
,
GetDIBits
,
GetIconInfo
,
GetStretchBltMode
,
LoadBitmap
,
LoadCursor
,
LoadCursorFromFile
,
LoadIcon
,
LoadImage
,
MaskBlt
,
PatBlt
,
PlgBlt
,
sample
,
SetBitmapBits
,
SetBitmapDimensionEx
,
SetDIBits
,
SetDIBitsToDevice
,
SetStretchBltMode
,
StretchBlt
,
StretchDIBits
作者:
admin
时间:
2015-9-23 10:27
控件与消息函数
AdjustWindowRect
,
AnyPopup
,
ArrangeIconicWindows
,
AttachThreadInput
,
BeginDeferWindowPos
,
BringWindowToTop
,
CascadeWindows
,
ChildWindowFromPoint
,
ClientToScreen
,
CloseWindow
,
CopyRect
,
DeferWindowPos
,
DestroyWindow
,
DrawAnimatedRects
,
EnableWindow
,
EndDeferWindowPos
,
EnumChildWindows
,
EnumThreadWindows
,
EnumWindows
,
EqualRect
,
FindWindow
,
FindWindowEx
,
FlashWindow
,
GetActiveWindow
,
GetCapture
,
GetClassInfo
,
GetClassLong
,
GetClassName
,
GetClassWord
,
GetClientRect
,
GetDesktopWindow
,
GetFocus
,
GetForegroundWindow
,
GetLastActivePopup
,
GetParent
,
GetTopWindow
,
GetUpdateRect
,
GetWindow
,
GetWindowContextHelpId
,
GetWindowLong
,
GetWindowPlacement
,
GetWindowRect
,
GetWindowText
,
GetWindowTextLength
,
GetWindowWord
,
InflateRect
,
IntersectRect
,
InvalidateRect
,
IsChild
,
IsIconic
,
IsRectEmpty
,
IsWindow
,
IsWindowEnabled
,
IsWindowUnicode
,
IsWindowVisible
,
IsZoomed
,
LockWindowUpdate
,
MapWindowPoints
,
MoveWindow
,
OffsetRect
,
OpenIcon
,
PtInRect
,
RedrawWindow
,
ReleaseCapture
,
ScreenToClient
,
ScrollWindow
,
ScrollWindowEx
,
SetActiveWindow
,
SetCapture
,
SetClassLong
,
SetClassWord
,
SetFocusAPI
,
SetForegroundWindow
,
SetParent
,
SetRect
,
SetRectEmpty
,
SetWindowContextHelpId
,
SetWindowLong
,
SetWindowPlacement
,
SetWindowPos
,
SetWindowText
,
SetWindowWord
,
ShowOwnedPopups
,
ShowWindow
,
ShowWindowAsync
,
SubtractRect
,
TileWindows
,
UnionRect
,
UpdateWindow
,
ValidateRect
,
WindowFromPoint
作者:
admin
时间:
2015-9-23 10:28
绘图函数
AbortPath
,
AngleArc
,
Arc
,
BeginPath
,
CancelDC
,
Chord
,
CloseEnhMetaFile
,
CloseFigure
,
CloseMetaFile
,
CopyEnhMetaFile
,
CopyMetaFile
,
CreateBrushIndirect
,
CreateDIBPatternBrush
,
CreateEnhMetaFile
,
CreateHatchBrush
,
CreateMetaFile
,
CreatePatternBrush
,
CreatePen
,
CreatePenIndirect
,
CreateSolidBrush
,
DeleteEnhMetaFile
,
DeleteMetaFile
,
DeleteObject
,
DrawEdge
,
DrawEscape
,
DrawFocusRect
,
DrawFrameControl
,
DrawState
,
Ellipse
,
EndPath
,
EnumEnhMetaFile
,
EnumMetaFile
,
EnumObjects
,
ExtCreatePen
,
ExtFloodFill
,
FillPath
,
FillRect
,
FlattenPath
,
FloodFill
,
FrameRect
,
GdiComment
,
GdiFlush
,
GdiGetBatchLimit
,
GdiSetBatchLimit
,
GetArcDirection
,
GetBkColor
,
GetBkMode
,
GetBrushOrgEx
,
GetCurrentObject
,
GetCurrentPositionEx
,
GetEnhMetaFile
,
GetEnhMetaFileBits
,
GetEnhMetaFileDescription
,
GetEnhMetaFileHeader
,
GetEnhMetaFilePaletteEntries
,
GetMetaFile
,
GetMetaFileBitsEx
,
GetMiterLimit
,
GetNearestColor
,
GetObjectAPI
,
GetObjectType
,
GetPath
,
GetPixel
,
GetPolyFillMode
,
GetROP2
,
GetStockObject
,
GetSysColorBrush
,
GetWinMetaFileBits
,
InvertRect
,
LineDDA
,
LineTo
,
MoveToEx
,
PaintDesktop
,
PathToRegion
,
Pie
,
PlayEnhMetaFile
,
PlayEnhMetaFileRecord
,
PlayMetaFile
,
PlayMetaFileRecord
,
PolyBezier
,
PolyDraw
,
Polygon
,
Polyline
,
PolyPolygon
,
PolyPolyline
,
Rectangle
,
RoundRect
,
SelectClipPath
,
SelectObject
,
SetArcDirection
,
SetBkColor
,
SetBkMode
,
SetBrushOrgEx
,
SetEnhMetaFileBits
,
SetMetaFileBitsEx
,
SetMiterLimit
,
SetPixel
,
SetPixelV
,
SetPolyFillMode
,
SetROP2
,
SetWinMetaFileBits
作者:
admin
时间:
2015-9-23 10:29
,
StrokeAndFillPath
,
StrokePath
,
UnrealizeObject
,
WidenPath
Rectangle
打印函数
AbortDoc
,
AbortPrinter
,
AddForm
,
AddJob
,
AddMonitor
,
AddPort
,
AddPrinter
,
AddPrinterConnection
,
AddPrinterDriver
,
AddPrintProcessor
,
AddPrintProvidor
,
AdvancedDocumentProperties
,
ClosePrinter
,
ConfigurePort
,
ConnectToPrinterDlg
,
DeleteForm
,
DeleteMonitor
,
DeletePort
,
DeletePrinter
,
DeletePrinterConnection
,
DeletePrinterDriver
,
DeletePrintProcessor
,
DeletePrintProvidor
,
DeviceCapabilities
,
DocumentProperties
,
EndDocAPI
,
EndDocPrinter
,
EndPage
,
EndPagePrinter
,
EnumForms
,
EnumJobs
,
EnumMonitors
,
EnumPorts
,
EnumPrinterDrivers
,
EnumPrinters
,
EnumPrintProcessorDatatypes
,
EnumPrintProcessors
,
Escape
,
FindClosePrinterChangeNotification
,
FindFirstPrinterChangeNotification
,
FindNextPrinterChangeNotification
,
FreePrinterNotifyInfo
,
GetForm
,
GetJob
,
GetPrinter
,
GetPrinterData
,
GetPrinterDriver
,
GetPrinterDriverDirectory
,
GetPrintProcessorDirectory
,
OpenPrinter
,
PrinterMessageBox
,
PrinterProperties
,
ReadPrinter
,
ResetDC
,
ResetPrinter
,
ScheduleJob
,
SetAbortProc
,
SetForm
,
SetJob
,
SetPrinter
,
SetPrinterData
,
StartDoc
,
StartDocPrinter
,
StartPage
,
StartPagePrinter
,
WritePrinter
作者:
admin
时间:
2015-9-23 10:29
设备场景函数
AddFontResource
,
CombineRgn
,
CombineTransform
,
CreateCompatibleDC
,
CreateDC
,
CreateEllipticRgn
,
CreateEllipticRgnIndirect
,
CreateFont
,
CreateFontIndirect
,
CreateIC
,
CreatePolygonRgn
,
CreatePolyPolygonRgn
,
CreateRectRgn
,
CreateRectRgnIndirect
,
CreateRoundRectRgn
,
CreateScalableFontResource
,
DeleteDC
,
DPtoLP
,
DrawText
,
DrawTextEx
,
EnumFontFamilies
,
EnumFontFamiliesEx
,
EqualRgn
,
ExcludeClipRect
,
ExcludeUpdateRgn
,
ExtCreateRegion
,
ExtSelectClipRgn
,
FillRgn
,
FrameRgn
,
GetBoundsRect
,
GetClipBox
,
GetClipRgn
,
GetDC
,
GetDCEx
,
GetDCOrgEx
,
GetDeviceCaps
,
GetGraphicsMode
,
GetMapMode
,
GetRegionData
,
GetRgnBox
,
GetUpdateRgn
,
GetViewportExtEx
,
GetViewportOrgEx
,
GetWindowDC
,
GetWindowExtEx
,
GetWindowOrgEx
,
GetWindowRgn
,
GetWorldTransform
,
IntersectClipRect
,
InvalidateRgn
,
InvertRgn
,
LPtoDP
,
ModifyWorldTransform
,
OffsetClipRgn
,
OffsetRgn
,
OffsetViewportOrgEx
,
OffsetWindowOrgEx
,
PaintRgn
,
PtInRegion
,
PtVisible
,
RectInRegion
,
RectVisible
,
ReleaseDC
,
RestoreDC
,
SaveDC
,
ScaleViewportExtEx
,
ScaleWindowExtEx
,
ScrollDC
,
SelectClipRgn
,
SetBoundsRect
,
SetGraphicsMode
,
SetMapMode
,
SetRectRgn
,
SetViewportExtEx
,
SetViewportOrgEx
,
SetWindowExtEx
,
SetWindowOrgEx
,
SetWindowRgn
,
SetWorldTransform
,
ValidateRgn
,
WindowFromDC
SaveDC
作者:
admin
时间:
2015-9-23 10:29
进程和线程函数
CallNamedPipe
,
CancelWaitableTimer
,
ConnectNamedPipe
,
CreateEvent
,
CreateMailslot
,
CreateMutex
,
CreateNamedPipe
,
CreatePipe
,
CreateProcess
,
CreateSemaphore
,
CreateWaitableTimer
,
DisconnectNamedPipe
,
DuplicateHandle
,
ExitProcess
,
FindCloseChangeNotification
,
FindExecutable
,
FindFirstChangeNotification
,
FindNextChangeNotification
,
FreeLibrary
,
GetCurrentProcess
,
GetCurrentProcessId
,
GetCurrentThread
,
GetCurrentThreadId
,
GetExitCodeProcess
,
GetExitCodeThread
,
GetHandleInformation
,
GetMailslotInfo
,
GetModuleFileName
,
GetModuleHandle
,
GetPriorityClass
,
GetProcessShutdownParameters
,
GetProcessTimes
,
GetProcessWorkingSetSize
,
GetSartupInfo
,
GetTheardTimes
,
GetThreadPriority
,
GetWindowThreadProcessId
,
LoadLibrary
,
LoadLibraryEx
,
LoadModule
,
MsgWaitForMultipleObjects
,
SetPriorityClass
,
SetProcessShutdownParameters
,
SetProcessWorkingSetSize
,
SetThreadPriority
,
ShellExecute
,
TerminateProcess
,
WinExec
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3