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

📄 32 bit section.txt

📁 windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助
💻 TXT
📖 第 1 页 / 共 5 页
字号:
      "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"
      FUNCTION ulong GetCommTimeouts(ulong hFile,ref COMMTIMEOUTS 
      lpCommTimeouts) LIBRARY "kernel32.dll"
      FUNCTION ulong GetCompressedFileSize(ref string lpFileName,ref ulong 
      lpFileSizeHigh) LIBRARY "kernel32.dll" ALIAS FOR "GetCompressedFileSizeA"
      FUNCTION ulong GetComputerName(ref string lpBuffer,ref ulong nSize) 
      LIBRARY "kernel32.dll" ALIAS FOR "GetComputerNameA"
      FUNCTION ulong GetConsoleCP() LIBRARY "kernel32.dll"
      FUNCTION ulong GetConsoleCursorInfo(ulong hConsoleOutput,ref 
      CONSOLE_CURSOR_INFO lpConsoleCursorInfo) LIBRARY "kernel32.dll"
      FUNCTION ulong GetConsoleMode(ulong hConsoleHandle,ref ulong lpMode) 
      LIBRARY "kernel32.dll"
      FUNCTION ulong GetConsoleOutputCP() LIBRARY "kernel32.dll"
      FUNCTION ulong GetConsoleScreenBufferInfo(ulong hConsoleOutput,ref 
      CONSOLE_SCREEN_BUFFER_INFO lpConsoleScreenBufferInfo) LIBRARY 
      "kernel32.dll"
      FUNCTION ulong GetConsoleTitle(ref string lpConsoleTitle,ulong nSize) 
      LIBRARY "kernel32.dll" ALIAS FOR "GetConsoleTitleA"
      FUNCTION ulong GetCPInfo(ulong CodePage,ref CPINFO lpCPInfo) LIBRARY 
      "kernel32.dll"
      FUNCTION ulong GetCurrencyFormat(ulong Locale,ulong dwFlags,ref string 
      lpValue,ref CURRENCYFMT lpFormat,ref string lpCurrencyStr,ulong 
      cchCurrency) LIBRARY "kernel32.dll" ALIAS FOR "GetCurrencyFormatA"
      FUNCTION ulong GetCurrentDirectory(ulong nBufferLength,ref string 
      lpBuffer) LIBRARY "kernel32.dll"
      FUNCTION ulong GetCurrentObject(ulong hdc,ulong uObjectType) LIBRARY 
      "gdi32.dll"
      FUNCTION ulong GetCurrentPositionEx(ulong hdc,ref POINTAPI lpPoint) 
      LIBRARY "gdi32.dll"
      FUNCTION ulong GetCurrentProcess() LIBRARY "kernel32.dll"
      FUNCTION ulong GetCurrentProcessId() LIBRARY "kernel32.dll"
      FUNCTION ulong GetCurrentThread() LIBRARY "kernel32.dll"
      FUNCTION ulong GetCurrentThreadId() LIBRARY "kernel32.dll"
      FUNCTION ulong GetCursor() LIBRARY "user32.dll"
      FUNCTION ulong GetCursorPos(ref POINTAPI lpPoint) LIBRARY "user32.dll"
      FUNCTION ulong GetDateFormat(ulong Locale,ulong dwFlags,ref SYSTEMTIME 
      lpDate,ref string lpFormat,ref string lpDateStr,ulong cchDate) LIBRARY 
      "kernel32.dll" ALIAS FOR "GetDateFormatA"
      FUNCTION ulong GetDC(ulong hwnd) LIBRARY "user32.dll"
      FUNCTION ulong GetDCEx(ulong hwnd,ulong hrgnclip,ulong fdwOptions) LIBRARY 
      "user32.dll"
      FUNCTION ulong GetDCOrgEx(ulong hdc,ref POINTAPI lpPoint) LIBRARY 
      "gdi32.dll"
      FUNCTION boolean GetDefaultCommConfig(ref string lpszName,ref COMMCONFIG 
      lpCC,ref ulong lpdwSize) LIBRARY "kernel32.dll" ALIAS FOR 
      "GetDefaultCommConfigA"
      FUNCTION ulong GetDesktopWindow() LIBRARY "user32.dll"
      FUNCTION ulong GetDeviceCaps(ulong hdc,ulong nIndex) LIBRARY "gdi32.dll"
      FUNCTION ulong GetDeviceGammaRamp(ulong hdc,ref Any lpv) LIBRARY 
      "gdi32.dll"
      FUNCTION ulong GetDialogBaseUnits() LIBRARY "user32.dll"
      FUNCTION ulong GetDIBColorTable(ulong hDC,ulong un1,ulong un2,ref RGBQUAD 
      pRGBQuad) LIBRARY "gdi32.dll"
      FUNCTION ulong GetDIBits(ulong aHDC,ulong hBitmap,ulong nStartScan,ulong 
      nNumScans,ref Any lpBits,ref BITMAPINFO lpBI,ulong wUsage) LIBRARY 
      "gdi32.dll"
      FUNCTION ulong GetDiskFreeSpace(ref string lpRootPathName,ref ulong 
      lpSectorsPerCluster,ref ulong lpBytesPerSector,ref ulong 
      lpNumberOfFreeClusters,ref ulong lpTtoalNumberOfClusters) LIBRARY 
      "kernel32.dll" ALIAS FOR "GetDiskFreeSpaceA"
      FUNCTION ulong GetDlgCtrlID(ulong hwnd) LIBRARY "user32.dll"
      FUNCTION ulong GetDlgItem(ulong hDlg,ulong nIDDlgItem) LIBRARY 
"user32.dll"
      FUNCTION ulong GetDlgItemInt(ulong hDlg,ulong nIDDlgItem,ulong 
      lpTranslated,ulong bSigned) LIBRARY "user32.dll"
      FUNCTION ulong GetDlgItemText(ulong hDlg,ulong nIDDlgItem,ref string 
      lpString,ulong nMaxCount) LIBRARY "user32.dll" ALIAS FOR "GetDlgItemTextA"
      FUNCTION ulong GetDoubleClickTime() LIBRARY "user32.dll"
      FUNCTION ulong GetDriverModuleHandle(ulong hDriver) LIBRARY "winmm.dll"
      FUNCTION ulong GetDriveType(ref string nDrive) LIBRARY "kernel32.dll" 
      ALIAS FOR "GetDriveTypeA"
      FUNCTION ulong GetEnhMetaFile(ref st

⌨️ 快捷键说明

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