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

📄 32bitapi.txt

📁 PowerBuilder Windows API 查询
💻 TXT
📖 第 1 页 / 共 5 页
字号:
FUNCTION boolean EnumWindowStations(ulong lpEnumFunc,ulong lParam) LIBRARY "user32.dll" ALIAS FOR "EnumWindowStationsA"
FUNCTION ulong EqualPrefixSid(ref Any pSid1,ref Any pSid2) LIBRARY "advapi32.dll"
FUNCTION ulong EqualRect(ref RECT lpRect1,ref RECT lpRect2) LIBRARY "user32.dll"
FUNCTION ulong EqualRgn(ulong hSrcRgn1,ulong hSrcRgn2) LIBRARY "gdi32.dll"
FUNCTION ulong EqualSid(ref Any pSid1,ref Any pSid2) LIBRARY "advapi32.dll"
FUNCTION ulong EraseTape(ulong hDevice,ulong dwEraseType,ulong bimmediate) LIBRARY "kernel32.dll"
FUNCTION ulong Escape(ulong hdc,ulong nEscape,ulong nCount,ref string lpInData,ref Any lpOutData) LIBRARY "gdi32.dll"
FUNCTION ulong EscapeCommFUNCTION(ulong nCid,ulong nFunc) LIBRARY "kernel32.dll"
FUNCTION ulong ExcludeClipRect(ulong hdc,ulong X1,ulong Y1,ulong X2,ulong Y2) LIBRARY "gdi32.dll"
FUNCTION ulong ExcludeUpdateRgn(ulong hdc,ulong hwnd) LIBRARY "user32.dll" Subroutine ExitProcess(ulong uExitCode) LIBRARY "kernel32.dll" Subroutine ExitThread(ulong dwExitCode) LIBRARY "kernel32.dll"
FUNCTION ulong ExitWindows(ulong dwReserved,ulong uReturnCode) LIBRARY "user32.dll"
FUNCTION ulong ExitWindowsEx(ulong uFlags,ulong dwReserved) LIBRARY "user32.dll"
FUNCTION ulong ExpandEnvironmentStrings(ref string lpSrc,ref string lpDst,ulong nSize) LIBRARY "kernel32.dll" ALIAS FOR "ExpandEnvironmentStringsA"
FUNCTION ulong ExtCreatePen(ulong dwPenStyle,ulong dwWidth,ref LOGBRUSH lplb,ulong dwStyleCount,ref ulong lpStyle) LIBRARY "gdi32.dll"
FUNCTION ulong ExtCreateRegion(ref xform lpXform,ulong nCount,ref RGNDATA lpRgnData) LIBRARY "gdi32.dll"
FUNCTION ulong ExtEscape(ulong hdc,ulong nEscape,ulong cbInput,ref string lpszInData,ulong cbOutput,ref string lpszOutData) LIBRARY "gdi32.dll"
FUNCTION ulong ExtFloodFill(ulong hdc,ulong x,ulong y,ulong crColor,ulong wFillType) LIBRARY "gdi32.dll"
FUNCTION ulong ExtractAssociatedIcon(ulong hInst,ref string lpIconPath,ref ulong lpiIcon) LIBRARY "shell32.dll" ALIAS FOR "ExtractAssociateIconA"
FUNCTION ulong ExtractIcon(ulong hInst,ref string lpszExeFileName,ulong nIconIndex) LIBRARY "shell32.dll" ALIAS FOR "ExtractIconA"
FUNCTION ulong ExtractIconEx(ref string lpszFile,ulong nIconIndex,ref ulong phiconLarge,ref ulong phiconSmall,ulong nIcons) LIBRARY "shell32.dll" ALIAS FOR "ExtractIconExA"
FUNCTION ulong ExtSelectClipRgn(ulong hdc,ulong hRgn,ulong fnMode) LIBRARY "gdi32.dll"
FUNCTION ulong ExtTextOut(ulong hdc,ulong x,ulong y,ulong wOptions,ref Rect lpRect,ref string lpString,ulong nCount,ref ulong lpDx) LIBRARY "gdi32.dll" ALIAS FOR "ExtTextOutA" Subroutine FatalAppExit(ulong uAction,ref string lpMessageText) LIBRARY "kernel32.dll" ALIAS FOR "FatalAppExitA" Subroutine FatalExit(ulong code) LIBRARY "kernel32.dll"
FUNCTION ulong FileTimeToDosDateTime(ref FILETIME lpFileTime,ulong lpFatDate,ulong lpFatTime) LIBRARY "kernel32.dll"
FUNCTION ulong FileTimeToLocalFileTime(ref FILETIME lpFileTime,ref FILETIME lpLocalFileTime) LIBRARY "kernel32.dll"
FUNCTION ulong FileTimeToSystemTime(ref FILETIME lpFileTime,ref SYSTEMTIME lpSystemTime) LIBRARY "kernel32.dll"
FUNCTION ulong FillConsoleOutputAttribute(ulong hConsoleOutput,ulong wAttribute,ulong nLength,ref COORD dwWriteCoord,ref ulong lpNumberOfAttrsWritten) LIBRARY "kernel32.dll"
FUNCTION ulong FillConsoleOutputCharacter(ulong hConsoleOutput,Byte cCharacter,ulong nLength,ref COORD dwWriteCoord,ref ulong lpNumberOfCharsWritten) LIBRARY "kernel32.dll" ALIAS FOR "FillConsoleOutputCharacterA"
FUNCTION ulong FillPath(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong FillRect(ulong hdc,ref RECT lpRect,ulong hBrush) LIBRARY "user32.dll"
FUNCTION ulong FillRgn(ulong hdc,ulong hRgn,ulong hBrush) LIBRARY "gdi32.dll"
FUNCTION Integer FindAtom(ref string lpString) LIBRARY "kernel32.dll" ALIAS FOR "FindAtomA"
FUNCTION ulong FindClose(ulong hFindFile) LIBRARY "kernel32.dll"
FUNCTION ulong FindCloseChangeNotification(ulong hChangeHandle) LIBRARY "kernel32.dll"
FUNCTION boolean FindClosePrinterChangeNotification(ulong hChange) LIBRARY "winspool"
FUNCTION string FindEnvironmentString(ref string szEnvVar) LIBRARY "shell32.dll" ALIAS FOR "FindEnvironmentStringA"
FUNCTION ulong FindExecutable(ref string lpFile,ref string lpDirectory,ref string lpResult) LIBRARY "shell32.dll" ALIAS FOR "FindExecutableA"
FUNCTION ulong FindFirstChangeNotification(ref string lpPathName,ulong bWatchSubtree,ulong dwNotifyFilter) LIBRARY "kernel32.dll" ALIAS FOR "FindFirstChangeNotificationA"
FUNCTION ulong FindFirstFile(ref string lpFileName,ref WIN32_FIND_DATA lpFindFileData) LIBRARY "kernel32.dll" ALIAS FOR "FindFirstFileA"
FUNCTION ulong FindFirstFreeAce(ref ACL pAcl,ref ulong pAce) LIBRARY "advapi32.dll"
FUNCTION ulong FindFirstPrinterChangeNotification(ulong hPrinter,ulong fdwFlags,ulong fdwOptions,ref string pPrinterNotifyOptions) LIBRARY "winspool"
FUNCTION ulong FindNextChangeNotification(ulong hChangeHandle) LIBRARY "kernel32.dll"
FUNCTION ulong FindNextFile(ulong hFindFile,ref WIN32_FIND_DATA lpFindFileData) LIBRARY "kernel32.dll" ALIAS FOR "FindNextFileA"
FUNCTION boolean FindNextPrinterChangeNotification(ulong hChange,ref ulong pdwChange,ref string pvReserved,ulong ppPrinterNotifyInfo) LIBRARY "winspool"
FUNCTION ulong FindResource(ulong hInstance,ref string lpName,ref string lpType) LIBRARY "kernel32.dll" ALIAS FOR "FindResourceA"
FUNCTION ulong FindResourceEx(ulong hModule,ref string lpType,ref string lpName,ulong wLanguage) LIBRARY "kernel32.dll" ALIAS FOR "FindResourceExA"
FUNCTION ulong FindText(ref FINDREPLACE pFindreplace) LIBRARY "comdlg32.dll" ALIAS FOR "FindTextA
FUNCTION ulong FindWindow(ref string lpClassName,ref string lpWindowName) LIBRARY "user32.dll" ALIAS FOR "FindWindowA"
FUNCTION ulong FindWindowEx(ulong hWnd1,ulong hWnd2,ref string lpsz1,ref string lpsz2) LIBRARY "user32.dll" ALIAS FOR "FindWindowExA"
FUNCTION boolean FixBrushOrgEx(ulong hDC,ulong n1,ulong n2,ref POINTAPI lpPoint) LIBRARY "gdi32.dll"
FUNCTION ulong FlashWindow(ulong hwnd,ulong bInvert) LIBRARY "user32.dll"
FUNCTION ulong FlattenPath(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong FloodFill(ulong hdc,ulong x,ulong y,ulong crColor) LIBRARY "gdi32.dll"
FUNCTION ulong FlushConsoleInputBuffer(ulong hConsoleInput) LIBRARY "kernel32.dll"
FUNCTION ulong FlushFileBuffers(ulong hFile) LIBRARY "kernel32.dll"
FUNCTION ulong FlushInstructionCache(ulong hProcess,ref Any lpBaseAddress,ulong dwSize) LIBRARY "kernel32.dll"
FUNCTION ulong FlushViewOfFile(ref Any lpBaseAddress,ulong dwNumberOfBytesToFlush) LIBRARY "kernel32.dll"
FUNCTION ulong FoldString(ulong dwMapFlags,ref string lpSrcStr,ulong cchSrc,ref string lpDestStr,ulong cchDest) LIBRARY "kernel32.dll" ALIAS FOR "FoldStringA"
FUNCTION ulong FormatMessage(ulong dwFlags,ref Any lpSource,ulong dwMessageId,ulong dwLanguageId,ref string lpBuffer,ulong nSize,ref ulong Arguments) LIBRARY "kernel32.dll" ALIAS FOR "FormatMessageA"
FUNCTION ulong FrameRect(ulong hdc,ref RECT lpRect,ulong hBrush) LIBRARY "user32.dll"
FUNCTION ulong FrameRgn(ulong hdc,ulong hRgn,ulong hBrush,ulong nWidth,ulong nHeight) LIBRARY "gdi32.dll"
FUNCTION ulong FreeConsole() LIBRARY "kernel32.dll"
FUNCTION ulong FreeDDElParam(ulong msg,ulong lParam) LIBRARY "user32.dll"
FUNCTION boolean FreeEnvironmentStrings(ref string lpsz) LIBRARY "kernel32.dll" ALIAS FOR "FreeEnvironmentStringsA"
FUNCTION ulong FreeLibrary(ulong hLibModule) LIBRARY "kernel32.dll" Subroutine FreeLibraryAndExitThread(ulong hLibModule,ulong dwExitCode) LIBRARY "kernel32.dll"
FUNCTION boolean FreeResource(ulong hResData) LIBRARY "kernel32.dll" Subroutine FreeSid(ref Any pSid) LIBRARY "advapi32.dll"
FUNCTION ulong GdiComment(ulong hdc,ulong cbSize,ref Byte lpData) LIBRARY "gdi32.dll"
FUNCTION ulong GdiFlush() LIBRARY "gdi32.dll"
FUNCTION ulong GdiGetBatchLimit() LIBRARY "gdi32.dll"
FUNCTION ulong GdiSetBatchLimit(ulong dwLimit) LIBRARY "gdi32.dll"
FUNCTION ulong GenerateConsoleCtrlEvent(ulong dwCtrlEvent,ulong dwProcessGroupId) LIBRARY "kernel32.dll"
FUNCTION ulong GetAce(ref ACL pAcl,ulong dwAceIndex,ref Any pAce) LIBRARY "advapi32.dll"
FUNCTION ulong GetAclInformation(ref ACL pAcl,ref Any pAclInformation,ulong nAclInformationLength,Integer dwAclInformationClass) LIBRARY "advapi32.dll"
FUNCTION ulong GetACP() LIBRARY "kernel32.dll"
FUNCTION ulong GetActiveWindow() LIBRARY "user32.dll"
FUNCTION ulong GetArcDirection(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong GetAspectRatioFilterEx(ulong hdc,ref SIZE lpAspectRatio) LIBRARY "gdi32.dll"
FUNCTION Integer GetAsyncKeyState(ulong vKey) LIBRARY "user32.dll"
FUNCTION ulong GetAtomName(Integer nAtom,ref string lpBuffer,ulong nSize) LIBRARY "kernel32.dll" ALIAS FOR "GetAtomNameA"
FUNCTION ulong GetBinaryType(ref string lpApplicationName,ref ulong lpBinaryType) LIBRARY "kernel32.dll" ALIAS FOR "GetBinaryTypeA"
FUNCTION ulong GetBitmapBits(ulong hBitmap,ulong dwCount,ref Any lpBits) LIBRARY "gdi32.dll"
FUNCTION ulong GetBitmapDimensionEx(ulong hBitmap,ref SIZE lpDimension) LIBRARY "gdi32.dll"
FUNCTION ulong GetBkColor(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong GetBkMode(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong GetBoundsRect(ulong hdc,ref RECT lprcBounds,ulong flags) LIBRARY "gdi32.dll"
FUNCTION boolean GetBrushOrgEx(ulong hDC,ref POINTAPI lpPoint) LIBRARY "gdi32.dll"
FUNCTION ulong GetCapture() LIBRARY "user32.dll"
FUNCTION ulong GetCaretBlinkTime() LIBRARY "user32.dll"
FUNCTION ulong GetCaretPos(ref POINTAPI lpPoint) LIBRARY "user32.dll"
FUNCTION ulong GetCharABCWidths(ulong hdc,ulong uFirstChar,ulong uLastChar,ref ABC lpabc) LIBRARY "gdi32.dll" ALIAS FOR "GetCharABCWidthsA"
FUNCTION ulong GetCharABCWidthsFloat(ulong hdc,ulong iFirstChar,ulong iLastChar,ref ABCFLOAT lpABCF) LIBRARY "gdi32.dll" ALIAS FOR "GetCharABCWidthsFloatA"
FUNCTION ulong GetCharacterPlacement(ulong hdc,ref string lpsz,ulong n1,ulong n2,ref GCP_RESULTS lpGcpResults,ulong dw) LIBRARY "gdi32.dll" ALIAS FOR "
FUNCTION boolean GetCharWidth(ulong hDC,ulong un1,ulong un2,ref ulong lpn) LIBRARY "gdi32.dll" ALIAS FOR "GetCharWidthA"
FUNCTION ulong GetCharWidth32(ulong hdc,ulong iFirstChar,ulong iLastChar,ref ulong lpBuffer) LIBRARY "gdi32.dll" ALIAS FOR "GetCharWidth32A"
FUNCTION ulong GetCharWidthFloat(ulong hdc,ulong iFirstChar,ulong iLastChar,ref Double pxBuffer) LIBRARY "gdi32.dll" ALIAS FOR "GetCharWidthFloatA"
FUNCTION ulong GetClassInfo(ulong hInstance,ref string lpClassName,ref WNDCLASS lpWndClass) LIBRARY "user32.dll" ALIAS FOR "GetClassInfoA"
FUNCTION ulong GetClassulong(ulong hwnd,ulong nIndex) LIBRARY "user32.dll" ALIAS FOR "GetClassLongA"
FUNCTION ulong GetClassName(ulong hwnd,ref string lpClassName,ulong nMaxCount) LIBRARY "user32.dll" ALIAS FOR "GetClassNameA"
FUNCTION ulong GetClassWord(ulong hwnd,ulong nIndex) LIBRARY "user32.dll"
FUNCTION ulong GetClientRect(ulong hwnd,ref RECT lpRect) LIBRARY "user32.dll"
FUNCTION ulong GetClipboardData(ulong wFormat) LIBRARY "user32.dll" ALIAS FOR "GetClipboardDataA"
FUNCTION ulong GetClipboardFormatName(ulong wFormat,ref string lpString,ulong nMaxCount) LIBRARY "user32.dll" ALIAS FOR "GetClipboardFormatNameA"
FUNCTION ulong GetClipboardOwner() LIBRARY "user32.dll"
FUNCTION ulong GetClipboardViewer() LIBRARY "user32.dll"
FUNCTION ulong GetClipBox(ulong hdc,ref RECT lpRect) LIBRARY "gdi32.dll"
FUNCTION ulong GetClipCursor(ref RECT lprc) LIBRARY "user32.dll"
FUNCTION ulong GetClipRgn(ulong hdc,ulong hRgn) LIBRARY "gdi32.dll"
FUNCTION ulong GetColorAdjustment(ulong hdc,ref COLORADJUSTMENT lpca) LIBRARY "gdi32.dll"
FUNCTION ulong GetColorSpace(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION string GetCommandLine() LIBRARY "kernel32.dll" ALIAS FOR "GetCommandLineA"
FUNCTION boolean GetCommConfig(ulong hCommDev,ref COMMCONFIG lpCC,ref ulong lpdwSize) LIBRARY "kernel32.dll"
FUNCTION ulong GetCommMask(ulong hFile,ref ulong lpEvtMask) LIBRARY "kernel32.dll"
FUNCTION ulong GetCommModemStatus(ulong hFile,ref ulong lpModemStat) LIBRARY "kernel32.dll"
FUNCTION ulong GetCommProperties(ulong hFile,ref COMMPROP lpCommProp) LIBRARY "kernel32.dll"
FUNCTION ulong GetCommState(ulong nCid,ref DCB lpDCB) LIBRARY "kernel32.dll"

⌨️ 快捷键说明

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