⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 32bitapi.txt

📁 PowerBuilder Windows API 查询
💻 TXT
📖 第 1 页 / 共 5 页
字号:
FUNCTION ulong AbortDoc(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong AbortPath(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong AbortPrinter(ulong hPrinter) LIBRARY "winspool.drv"
FUNCTION ulong AbortSystemShutdown(ref string lpMachineName) LIBRARY "advapi32.dll" ALIAS FOR "AbortSystemShutdownA"
FUNCTION ulong AccessCheck(ref SECURITY_DESCRIPTOR pSecurityDescriptor,ulong ClientToken,ulong DesiredAccess,ref GENERIC_MAPPING GenericMapping,ref PRIVILEGE_SET PrivilegeSet,ref ulong PrivilegeSetLength,ref ulong GrantedAccess,ulong Status) LIBRARY "advapi32.dll"
FUNCTION ulong AccessCheckAndAuditAlarm(ref string SubsystemName,ref Any HandleId,ref string ObjectTypeName,ref string ObjectName,ref SECURITY_DESCRIPTOR SecurityDescriptor,ulong DesiredAccess,ref GENERIC_MAPPING GenericMapping,ulong ObjectCreation,ref ulong GrantedAccess,ulong AccessStatus,ulong pfGenerateOnClose) LIBRARY "advapi32.dll" ALIAS FOR "AccessCheckAndAuditAlarmA"
FUNCTION ulong ActivateKeyboardLayout(ulong HKL,ulong flags) LIBRARY "user32.dll"
FUNCTION ulong AddAccessAllowedAce(ref ACL pAcl,ulong dwAceRevision,ulong AccessMask,ref Any pSid) LIBRARY "advapi32.dll"
FUNCTION ulong AddAccessDeniedAce(ref ACL pAcl,ulong dwAceRevision,ulong       AccessMask,ref Any pSid) LIBRARY "advapi32.dll"
FUNCTION ulong AddAce(ref ACL pAcl,ulong dwAceRevision,ulong dwStartingAceIndex,ref Any pAceList,ulong nAceListLength) LIBRARY "advapi32.dll"
FUNCTION Integer AddAtom(ref string lpString) LIBRARY "kernel32.dll" ALIAS FOR "AddAtomA"
FUNCTION ulong AddAuditAccessAce(ref ACL pAcl,ulong dwAceRevision,ulong dwAccessMask,ref Any pSid,ulong bAuditSuccess,ulong bAuditFailure) LIBRARY "advapi32.dll"
FUNCTION ulong AddFontResource(ref string lpFileName) LIBRARY "gdi32.dll" ALIAS FOR "AddFontResourceA"
FUNCTION ulong AddForm(ulong hPrinter,ulong Level,ref Byte pForm) LIBRARY "winspool.drv" ALIAS FOR "AddFormA"
FUNCTION ulong AddJob(ulong hPrinter,ulong Level,ref Byte pData,ulong cdBuf,ref ulong pcbNeeded) LIBRARY "winspool.drv" ALIAS FOR "AddJobA"
FUNCTION ulong AddMonitor(ref string pName,ulong Level,ref Byte pMonitors) LIBRARY "winspool.drv" ALIAS FOR "AddMonitorA"
FUNCTION ulong AddPort(ref string pName,ulong hwnd,ref string pMonitorName) LIBRARY "winspool.drv" ALIAS FOR "AddPortA"
FUNCTION ulong AddPrinter(ref string pName,ulong Level,ref Byte pPrinter) LIBRARY "winspool.drv" ALIAS FOR "AddPrinterA"
FUNCTION ulong AddPrinterConnection(ref string pName) LIBRARY "winspool.drv" ALIAS FOR "AddPrinterConnectionA"
FUNCTION ulong AddPrinterDriver(ref string pName,ulong Level,ref Byte pDriverInfor) LIBRARY "winspool.drv" ALIAS FOR "AddPrinterDriverA"
FUNCTION ulong AddPrintProcessor(ref string pName,ref string pEnvironment,ref string pPathName,ref string pPrintProcessorName) LIBRARY "winspool.drv" ALIAS FOR "AddPrintProcessorA"
FUNCTION ulong AddPrintProvidor(ref string pName,ulong Level,ref Byte pProvidorInfo) LIBRARY "winspool.drv" ALIAS FOR "AddPrintProvidorA"
FUNCTION ulong AdjustTokenGroups(ulong TokenHandle,ulong ResetToDefault,ref TOKEN_GROUPS NewState,ulong BufferLength,ref TOKEN_GROUPS PreviousState,ref ulong ReturnLength) LIBRARY "advapi32.dll"
FUNCTION ulong AdjustTokenPrivileges(ulong TokenHandle,ulong DisableAllPrivileges,ref TOKEN_PRIVILEGES NewState,ulong BufferLength,ref TOKEN_PRIVILEGES PreviousState,ref ulong ReturnLength) LIBRARY "advapi32.dll"
FUNCTION ulong AdjustWindowRect(ref RECT lpRect,ulong dwStyle,ulong bMenu) LIBRARY "user32.dll" ALIAS FOR "AdjustWindowRectA"
FUNCTION ulong AdjustWindowRectEx(ref RECT lpRect,ulong dsStyle,ulong bMenu,ulong dwEsStyle) LIBRARY "user32.dll"
FUNCTION ulong AdvancedDocumentProperties(ulong hwnd,ulong hPrinter,ref string pDeviceName,ref DEVMODE pDevModeOutput,ref DEVMODE pDevModeInput) LIBRARY "winspool.drv" ALIAS FOR "AdvancedDocumentPropertiesA"
FUNCTION ulong AllocateAndInitializeSid(ref SID_IDENTIFIER_AUTHORITY pIdentifierAuthority,Byte nSubAuthorityCount,ulong nSubAuthority0,ulong nSubAuthority1,ulong nSubAuthority2,ulong nSubAuthority3,ulong nSubAuthority4,ulong nSubAuthority5,ulong nSubAuthority6,ulong nSubAuthority7,ref ulong lpPSid) LIBRARY "advapi32.dll"
FUNCTION ulong AllocateLocallyUniqueId(ref LARGE_INTEGER Luid) LIBRARY "advapi32.dll"
FUNCTION ulong AllocConsole() LIBRARY "kernel32.dll"
FUNCTION ulong AngleArc(ulong hdc,ulong x,ulong y,ulong dwRadius,Double eStartAngle,Double eSweepAngle) LIBRARY "gdi32.dll"
FUNCTION ulong AnimatePalette(ulong hPalette,ulong wStartIndex,ulong wNumEntries,ref PALETTEENTRY lpPaletteColors) LIBRARY "gdi32.dll" ALIAS FOR "AnimatePaletteA"
FUNCTION ulong AnyPopup() LIBRARY "user32.dll"
FUNCTION ulong AppendMenu(ulong hMenu,ulong wFlags,ulong wIDNewItem,ref string lpNewItem) LIBRARY "user32.dll" ALIAS FOR "AppendMenuA"
FUNCTION ulong Arc(ulong hdc,ulong X1,ulong Y1,ulong X2,ulong Y2,ulong X3,ulong Y3,ulong X4,ulong Y4) LIBRARY "gdi32.dll"
FUNCTION ulong ArcTo(ulong hdc,ulong X1,ulong Y1,ulong X2,ulong Y2,ulong X3,ulong Y3,ulong X4,ulong Y4) LIBRARY "gdi32.dll"
FUNCTION ulong AreAllAccessesGranted(ulong GrantedAccess,ulong DesiredAccess) LIBRARY "advapi32.dll"
FUNCTION ulong AreAnyAccessesGranted(ulong GrantedAccess,ulong DesiredAccess) LIBRARY "advapi32.dll"
FUNCTION ulong ArrangeIconicWindows(ulong hwnd) LIBRARY "user32.dll"
FUNCTION ulong AttachThreadInput(ulong idAttach,ulong idAttachTo,ulong fAttach) LIBRARY "user32.dll"
FUNCTION ulong auxGetDevCaps(ulong uDeviceID,ref AUXCAPS lpCaps,ulong uSize) LIBRARY "winmm.dll" ALIAS FOR "auxGetDevCapsA"
FUNCTION ulong auxGetNumDevs() LIBRARY "winmm.dll"
FUNCTION ulong auxGetVolume(ulong uDeviceID,ref ulong lpdwVolume) LIBRARY "winmm.dll"
FUNCTION ulong auxOutMessage(ulong uDeviceID,ulong msg,ulong dw1,ulong dw2) LIBRARY "winmm.dll"
FUNCTION ulong auxSetVolume(ulong uDeviceID,ulong dwVolume) LIBRARY "winmm.dll"
FUNCTION ulong BackupEventLog(ulong hEventLog,ref string lpBackupFileName) LIBRARY "advapi32.dll" ALIAS FOR "BackupEventLogA"
FUNCTION ulong BackupRead(ulong hFile,ref Byte lpBuffer,ulong nNumberOfBytesToRead,ref ulong lpNumberOfBytesRead,ulong bAbort,ulong bProcessSecurity,ref Any lpContext) LIBRARY "kernel32.dll"
FUNCTION ulong BackupSeek(ulong hFile,ulong dwLowBytesToSeek,ulong dwHighBytesToSeek,ref ulong lpdwLowByteSeeked,ref ulong lpdwHighByteSeeked,ref ulong lpContext) LIBRARY "kernel32.dll"
FUNCTION ulong BackupWrite(ulong hFile,ref Byte lpBuffer,ulong nNumberOfBytesToWrite,ref ulong lpNumberOfBytesWritten,ulong bAbort,ulong bProcessSecurity,ref ulong lpContext) LIBRARY "kernel32.dll"
FUNCTION ulong Beep(ulong dwFreq,ulong dwDuration) LIBRARY "kernel32.dll"
FUNCTION ulong BeginDeferWindowPos(ulong nNumWindows) LIBRARY "user32.dll"
FUNCTION ulong BeginPaint(ulong hwnd,ref PAINTSTRUCT lpPaint) LIBRARY "user32.dll"
FUNCTION ulong BeginPath(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong BeginUpdateResource(ref string pFileName,ulong bDeleteExistingResources) LIBRARY "kernel32.dll" ALIAS FOR "BeginUpdateResourceA"
FUNCTION ulong BitBlt(ulong hDestDC,ulong x,ulong y,ulong nWidth,ulong nHeight,ulong hSrcDC,ulong xSrc,ulong ySrc,ulong dwRop) LIBRARY "gdi32.dll"
FUNCTION ulong BringWindowToTop(ulong hwnd) LIBRARY "user32.dll"
FUNCTION ulong BroadcastSystemMessage(ulong dw,ref ulong pdw,ulong un,ulong wParam,ulong lParam) LIBRARY "user32.dll"
FUNCTION ulong BuildCommDCB(ref string lpDef,ref DCB lpDCB) LIBRARY "kernel32.dll" ALIAS FOR "BuildCommDCBA"
FUNCTION ulong BuildCommDCBAndTimeouts(ref string lpDef,ref DCB lpDCB,ref COMMTIMEOUTS lpCommTimeouts) LIBRARY "kernel32.dll" ALIAS FOR "BuildCommDCBAndTimeoutsA"
FUNCTION ulong CallMsgFilter(ref MSG lpMsg,ulong ncode) LIBRARY "user32.dll" ALIAS FOR "CallMsgFilterA"
FUNCTION ulong CallNamedPipe(ref string lpNamedPipeName,ref Any lpInBuffer,ulong nInBufferSize,ref Any lpOutBuffer,ulong nOutBufferSize,ref ulong lpBytesRead,ulong nTimeOut) LIBRARY "kernel32.dll" ALIAS FOR "CallNamedPipeA"
FUNCTION ulong CallNextHookEx(ulong hHook,ulong ncode,ulong wParam,ref Any lParam) LIBRARY "user32.dll"
FUNCTION ulong CallWindowProc(ulong lpPrevWndFunc,ulong hWnd,ulong Msg,ulong wParam,ulong lParam) LIBRARY "user32.dll" ALIAS FOR "CallWindowProcA"
FUNCTION ulong CancelDC(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION Integer CascadeWindows(ulong hwndParent,ulong wHow,RECT lpRect,ulong cKids,ref ulong lpkids) LIBRARY "user32.dll"
FUNCTION ulong ChangeClipboardChain(ulong hwnd,ulong hWndNext) LIBRARY "user32.dll"
FUNCTION boolean ChangeMenu(ulong hMenu,ulong cmd,ref string lpszNewItem,ulong cmdInsert,ulong flags) LIBRARY "user32.dll" ALIAS FOR "ChangeMenuA"
FUNCTION ulong ChangeServiceConfig(ulong hService,ulong dwServiceType,ulong dwStartType,ulong dwErrorControl,ref string lpBinaryPathName,ref string lpLoadOrderGroup,ref ulong lpdwTagId,ref string lpDependencies,ref string lpServiceStartName,ref string lpPassword,ref string lpDisplayName) LIBRARY "advapi32.dll" ALIAS FOR "ChangeServiceConfigA"
FUNCTION string CharLower(ref string lpsz) LIBRARY "user32.dll" ALIAS FOR "CharLowerA"
FUNCTION ulong CharLowerBuff(ref string lpsz,ulong cchLength) LIBRARY "user32.dll" ALIAS FOR "CharLowerBuffA"
FUNCTION string CharNext(ref string lpsz) LIBRARY "user32.dll" ALIAS FOR "CharNextA"
FUNCTION string CharPrev(ref string lpszStart,ref string lpszCurrent) LIBRARY "user32.dll" ALIAS FOR "CharPrevA"
FUNCTION ulong CharToOem(ref string lpszSrc,ref string lpszDst) LIBRARY "user32.dll" ALIAS FOR "CharToOemA"
FUNCTION ulong CharToOemBuff(ref string lpszSrc,ref string lpszDst,ulong cchDstLength) LIBRARY "user32.dll" ALIAS FOR "CharToOemBuffA"
FUNCTION string CharUpper(ref string lpsz) LIBRARY "user32.dll" ALIAS FOR "CharUpperA"
FUNCTION ulong CharUpperBuff(ref string lpsz,ulong cchLength) LIBRARY "user32.dll" ALIAS FOR "CharUpperBuffA"
FUNCTION ulong CheckColorsInGamut(ulong hdc,ref Any lpv,ref Any lpv2,ulong dw) LIBRARY "gdi32.dll"
FUNCTION ulong CheckDlgButton(ulong hDlg,ulong nIDButton,ulong wCheck) LIBRARY "user32.dll" ALIAS FOR "CheckDLGButtonA"
FUNCTION ulong CheckMenuItem(ulong hMenu,ulong wIDCheckItem,ulong wCheck) LIBRARY "user32.dll"
FUNCTION boolean CheckMenuRadioItem(ulong hMenu,ulong un1,ulong un2,ulong un3,ulong un4) LIBRARY "user32.dll"
FUNCTION ulong CheckRadioButton(ulong hDlg,ulong nIDFirstButton,ulong nIDLastButton,ulong nIDCheckButton) LIBRARY "user32.dll" ALIAS FOR "CheckRadioButtonA"
FUNCTION ulong ChildWindowFromPoint(ulong hWnd,ulong xPoint,ulong yPoint) LIBRARY "user32.dll"
FUNCTION ulong ChildWindowFromPoint(ulong hWndParent,POINTAPI pt) LIBRARY "user32.dll"
FUNCTION ulong ChildWindowFromPointEx(ulong hWnd,POINTAPI pt,ulong un) LIBRARY "user32.dll"
FUNCTION ulong ChooseColor(ref CHOOSECOLOR pChoosecolor) LIBRARY "comdlg32.dll" ALIAS FOR "ChooseColorA"
FUNCTION ulong ChooseFont(ref CHOOSEFONT pChoosefont) LIBRARY "comdlg32.dll" ALIAS FOR "ChooseFontA"
FUNCTION ulong ChoosePixelFormat(ulong hDC,ref PIXELFORMATDESCRIPTOR pPixelFormatDescriptor) LIBRARY "gdi32.dll"
FUNCTION ulong Chord(ulong hdc,ulong X1,ulong Y1,ulong X2,ulong Y2,ulong X3,ulong Y3,ulong X4,ulong Y4) LIBRARY "gdi32.dll"
FUNCTION ulong ClearCommBreak(ulong nCid) LIBRARY "kernel32.dll"
FUNCTION ulong ClearCommError(ulong hFile,ref ulong lpErrors,ref COMSTAT lpStat) LIBRARY "kernel32.dll"
FUNCTION ulong ClearEventLog(ulong hEventLog,ref string lpBackupFileName) LIBRARY "advapi32.dll" ALIAS FOR "ClearEventLogA"
FUNCTION ulong ClientToScreen(ulong hwnd,ref POINTAPI lpPoint) LIBRARY "user32.dll"
FUNCTION ulong ClipCursor(ref Any lpRect) LIBRARY "user32.dll"
FUNCTION ulong CloseClipboard() LIBRARY "user32.dll"
FUNCTION boolean CloseDesktop(ulong hDesktop) LIBRARY "user32.dll"
FUNCTION ulong CloseDriver(ulong hDriver,ulong lParam1,ulong lParam2) LIBRARY "winmm.dll"
FUNCTION ulong CloseEnhMetaFile(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong CloseEventLog(ulong hEventLog) LIBRARY "advapi32.dll"
FUNCTION ulong CloseFigure(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong CloseHandle(ulong hObject) LIBRARY "kernel32.dll"
FUNCTION ulong CloseMetaFile(ulong hMF) LIBRARY "gdi32.dll"
FUNCTION ulong ClosePrinter(ulong hPrinter) LIBRARY "winspool.drv"
FUNCTION ulong CloseServiceHandle(ulong hSCObject) LIBRARY "advapi32.dll"
FUNCTION ulong CloseWindow(ulong hwnd) LIBRARY "user32.dll"
FUNCTION boolean CloseWindowStation(ulong hWinSta) LIBRARY "user32.dll"
FUNCTION ulong ColorMatchToTarget(ulong hdc,ulong hdc2,ulong dw) LIBRARY "gdi32.dll"
FUNCTION ulong CombineRgn(ulong hDestRgn,ulong hSrcRgn1,ulong hSrcRgn2,ulong nCombineMode) LIBRARY "gdi32.dll"
FUNCTION ulong CombineTransform(ref xform lpxformResult,ref xform lpxform1,ref xform lpxform2) LIBRARY "gdi32.dll"
FUNCTION ulong CommandLineToArgv(ref string lpCmdLine,ref Integer pNumArgs) LIBRARY "shell32" ALIAS FOR "CommandLineToArgvW"
FUNCTION boolean CommConfigDialog(ref string lpszName,ulong hWnd,ref COMMCONFIG lpCC) LIBRARY "kernel32.dll" ALIAS FOR "CommConfigDialogA"
FUNCTION ulong CommDlgExtendedError() LIBRARY "comdlg32.dll"
FUNCTION ulong ComparefileTime(ref FILETIME lpFileTime1,ref FILETIME lpFileTime2) LIBRARY "kernel32.dll"
FUNCTION ulong CompareString(ulong Locale,ulong dwCmpFlags,ref string lpString1,ulong cchCount1,ref string lpString2,ulong cchCount2) LIBRARY "kernel32.dll" ALIAS FOR "CompareStringA"
FUNCTION ulong ConfigurePort(ref string pName,ulong hwnd,ref string pPortName) LIBRARY "winspool.drv" ALIAS FOR "ConfigurePortA"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -