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

📄 32 bit section.txt

📁 windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助
💻 TXT
📖 第 1 页 / 共 5 页
字号:
      LIBRARY "gdi32.dll" ALIAS FOR "CreateScalableFontResourceA"
      FUNCTION ulong CreateSemaphore(ref SECURITY_ATTRIBUTES 
      lpSemaphoreAttributes,ulong lInitialCount,ulong lMaximumCount,ref string 
      lpName) LIBRARY "kernel32.dll" ALIAS FOR "CreateSemaphoreA"
      FUNCTION ulong CreateService(ulong hSCManager,ref string lpServiceName,ref 
      string lpDisplayName,ulong dwDesiredAccess,ulong dwServiceType,ulong 
      dwStartType,ulong dwErrorControl,ref string lpBinaryPathName,ref string 
      lpLoadOrderGroup,ref ulong lpdwTagId,ref string lpDependencies,ref string 
      lp,ref string lpPassword) LIBRARY "advapi32.dll" ALIAS FOR 
"CreateServiceA"
      FUNCTION ulong CreateSolidBrush(ulong crColor) LIBRARY "gdi32.dll"
      FUNCTION ulong CreateTapePartition(ulong hDevice,ulong 
      dwPartitionMethod,ulong dwCount,ulong dwSize) LIBRARY "kernel32.dll"
      FUNCTION ulong CreateThread(ref SECURITY_ATTRIBUTES 
      lpThreadAttributes,ulong dwStackSize,ref ulong lpStartAddress,ref Any 
      lpParameter,ulong dwCreationFlags,ref ulong lpThreadId) LIBRARY 
      "kernel32.dll"
      FUNCTION ulong CreateWindow(ref string lpClassName,ref string 
      lpWindowName,ulong dwStyle,ulong x,ulong y,ulong nWidth,ulong 
      nHeight,ulong hWndParent,ulong hMenu,ulong hInstance,ref Any lpParam) 
      LIBRARY "user32.dll" ALIAS FOR "CreateWindowA"
      FUNCTION ulong CreateWindowEx(ulong dwExStyle,ref string lpClassName,ref 
      string lpWindowName,ulong dwStyle,ulong x,ulong y,ulong nWidth,ulong 
      nHeight,ulong hWndParent,ulong hMenu,ulong hInstance,ref Any lpParam) 
      LIBRARY "user32.dll"
      FUNCTION ulong DdeAbandonTransaction(ulong idInst,ulong hConv,ulong 
      idTransaction) LIBRARY "user32.dll"
      FUNCTION ulong DdeAccessData(ulong hData,ref ulong pcbDataSize) LIBRARY 
      "user32.dll" ALIAS FOR "DdeAccessDataA"
      FUNCTION ulong DdeAddData(ulong hData,ref Byte pSrc,ulong cb,ulong cbOff) 
      LIBRARY "user32.dll" ALIAS FOR "DdeAddDataA"
      FUNCTION ulong DdeClientTransaction(ref Byte pData,ulong cbData,ulong 
      hConv,ulong hszItem,ulong wFmt,ulong wType,ulong dwTimeout,ref ulong 
      pdwResult) LIBRARY "user32.dll"
      FUNCTION ulong DdeCmpStringHandles(ulong hsz1,ulong hsz2) LIBRARY 
      "user32.dll"
      FUNCTION ulong DdeConnect(ulong idInst,ulong hszService,ulong hszTopic,ref 
      CONVCONTEXT pCC) LIBRARY "user32.dll"
      FUNCTION ulong DdeConnectList(ulong idInst,ulong hszService,ulong 
      hszTopic,ulong hConvList,ref CONVCONTEXT pCC) LIBRARY "user32.dll"
      FUNCTION ulong DdeCreateDataHandle(ulong idInst,ref Byte pSrc,ulong 
      cb,ulong cbOff,ulong hszItem,ulong wFmt,ulong afCmd) LIBRARY "user32.dll"
      FUNCTION ulong DdeCreateStringHandle(ulong idInst,ref string psz,ulong 
      iCodePage) LIBRARY "user32.dll" ALIAS FOR "DdeCreateStringHandleA"
      FUNCTION ulong DdeDisconnect(ulong hConv) LIBRARY "user32.dll"
      FUNCTION ulong DdeDisconnectList(ulong hConvList) LIBRARY "user32.dll"
      FUNCTION ulong DdeEnableCallback(ulong idInst,ulong hConv,ulong wCmd) 
      LIBRARY "user32.dll"
      FUNCTION ulong DdeFreeDataHandle(ulong hData) LIBRARY "user32.dll"
      FUNCTION ulong DdeFreeStringHandle(ulong idInst,ulong hsz) LIBRARY 
      "user32.dll"
      FUNCTION ulong DdeGetData(ulong hData,ref Byte pDst,ulong cbMax,ulong 
      cbOff) LIBRARY "user32.dll" ALIAS FOR "DdeGetDataA"
      FUNCTION ulong DdeGetLastError(ulong idInst) LIBRARY "user32.dll"
      FUNCTION ulong DdeImpersonateClient(ulong hConv) LIBRARY "user32.dll"
      FUNCTION Integer DdeInitialize(ref ulong pidInst,ulong pfnCallback,ulong 
      afCmd,ulong ulRes) LIBRARY "user32.dll" ALIAS FOR "DdeInitializeA"
      FUNCTION ulong DdeKeepStringHandle(ulong idInst,ulong hsz) LIBRARY 
      "user32.dll"
      FUNCTION ulong DdeNameService(ulong idInst,ulong hsz1,ulong hsz2,ulong 
      afCmd) LIBRARY "user32.dll"
      FUNCTION ulong DdePostAdvise(ulong idInst,ulong hszTopic,ulong hszItem) 
      LIBRARY "user32.dll"
      FUNCTION ulong DdeQueryConvInfo(ulong hConv,ulong idTransaction,ref 
      CONVINFO pConvInfo) LIBRARY "user32.dll"
      FUNCTION ulong DdeQueryNextServer(ulong hConvList,ulong hConvPrev) LIBRARY 
      "user32.dll"
      FUNCTION ulong DdeQueryString(ulong idInst,ulong hsz,ref string psz,ulong 
      cchMax,ulong iCodePage) LIBRARY "user32.dll" ALIAS FOR "DdeQueryStringA"
      FUNCTION ulong DdeReconnect(ulong hConv) LIBRARY "user32.dll"
      FUNCTION ulong DdeSetQualityOfService(ulong hWndClient,ref 
      SECURITY_QUALITY_OF_SERVICE pqosNew,ref SECURITY_QUALITY_OF_SERVICE 
      pqosPrev) LIBRARY "user32.dll"
      FUNCTION ulong DdeSetUserHandle(ulong hConv,ulong id,ulong hUser) LIBRARY 
      "user32.dll"
      FUNCTION ulong DdeUnaccessData(ulong hData) LIBRARY "user32.dll" ALIAS FOR 
      "DdeUnaccessDataA"
      FUNCTION ulong DdeUninitialize(ulong idInst) LIBRARY "user32.dll"
      FUNCTION ulong DebugActiveProcess(ulong dwProcessId) LIBRARY 
"kernel32.dll"
      Subroutine DebugBreak() LIBRARY "kernel32.dll"
      FUNCTION ulong DefDlgProc(ulong hDlg,ulong wMsg,ulong wParam,ulong lParam) 
      LIBRARY "user32.dll" ALIAS FOR "DefDlgProcA"
      FUNCTION ulong DefDriverProc(ulong dwDriverIdentifier,ulong hdrvr,ulong 
      uMsg,ulong lParam1,ulong lParam2) LIBRARY "winmm.dll"
      FUNCTION ulong DeferWindowPos(ulong hWinPosInfo,ulong hwnd,ulong 
      hWndInsertAfter,ulong x,ulong y,ulong cx,ulong cy,ulong wFlags) LIBRARY 
      "user32.dll"
      FUNCTION ulong DefFrameProc(ulong hwnd,ulong hWndMDIClient,ulong 
      wMsg,ulong wParam,ulong lParam) LIBRARY "user32.dll" ALIAS FOR 
      "DefFrameProcA"
      FUNCTION ulong DefineDosDevice(ulong dwFlags,ref string lpDeviceName,ref 
      string lpTargetPath) LIBRARY "kernel32.dll" ALIAS FOR "DefineDosDeviceA"
      FUNCTION ulong DefMDIChildProc(ulong hwnd,ulong wMsg,ulong wParam,ulong 
      lParam) LIBRARY "user32.dll" ALIAS FOR "DefMDIChildProcA"
      FUNCTION ulong DefWindowProc(ulong hwnd,ulong wMsg,ulong wParam,ulong 
      lParam) LIBRARY "user32.dll" ALIAS FOR "DefWindowProcA"
      FUNCTION ulong DeleteAce(ref ACL pAcl,ulong dwAceIndex) LIBRARY 
      "advapi32.dll"
      FUNCTION Integer DeleteAtom(Integer nAtom) LIBRARY "kernel32.dll"
      FUNCTION ulong DeleteColorSpace(ulong hcolorspace) LIBRARY "gdi32.dll"
      Subroutine DeleteCriticalSection(ref CRITICAL_SECTION lpCriticalSection) 
      LIBRARY "kernel32.dll"
      FUNCTION ulong DeleteDC(ulong hdc) LIBRARY "gdi32.dll"
      FUNCTION ulong DeleteEnhMetaFile(ulong hemf) LIBRARY "gdi32.dll"
      FUNCTION ulong DeleteFile(ref string lpFileName) LIBRARY "kernel32.dll" 
      ALIAS FOR "DeleteFileA"
      FUNCTION ulong DeleteForm(ulong hPrinter,ref string pFormName) LIBRARY 
      "winspool.drv" ALIAS FOR "DeleteFormA"
      FUNCTION ulong DeleteMenu(ulong hMenu,ulong nPosition,ulong wFlags) 
      LIBRARY "user32.dll"
      FUNCTION ulong DeleteMetaFile(ulong hMF) LIBRARY "gdi32.dll"
      FUNCTION ulong DeleteMonitor(ref string pName,ref string pEnvironment,ref 
      string pMonitorName) LIBRARY "winspool.drv" ALIAS FOR "DeleteMonitorA"
      FUNCTION ulong DeleteObject(ulong hObject) LIBRARY "gdi32.dll"
      FUNCTION ulong DeletePort(ref string pName,ulong hwnd,ref string 
      pPortName) LIBRARY "winspool.drv" ALIAS FOR "DeletePortA"
      FUNCTION boolean DeletePrinter(ulong hPrinter) LIBRARY "winspool"
      FUNCTION ulong DeletePrinterConnection(ref string pName) LIBRARY 
      "winspool.drv" ALIAS FOR "DeletePrinterConnectionA"
      FUNCTION ulong DeletePrinterDriver(ref string pName,ref string 
      pEnvironment,ref string pDriverName) LIBRARY "winspool.drv" ALIAS FOR 
      "DeletePrinterDriverA"
      FUNCTION ulong DeletePrintProcessor(ref string pName,ref string 
      pEnvironment,ref string pPrintProcessorName) LIBRARY "winspool.drv" ALIAS 
      FOR "DeletePrintProcessorA"
      FUNCTION ulong DeletePrintProvidor(ref string pName,ref string 
      pEnvironment,ref string pPrintProvidorName) LIBRARY "winspool.drv" ALIAS 
      FOR "DeletePrintProvidorA"
      FUNCTION ulong DeleteService(ulong hService) LIBRARY "advapi32.dll"
      FUNCTION ulong DeregisterEventSource(ulong hEventLog) LIBRARY 
      "advapi32.dll"
      FUNCTION ulong DescribePixelFormat(ulong hDC,ulong n,ulong un,ref 
      PIXELFORMATDESCRIPTOR lpPixelFormatDescriptor) LIBRARY "gdi32.dll"
      FUNCTION ulong DestroyAcceleratorTable(ulong haccel) LIBRARY "user32.dll"
      FUNCTION ulong DestroyCaret() LIBRARY "user32.dll"
      FUNCTION ulong DestroyCursor(ulong hCursor) LIBRARY "user32.dll"
      FUNCTION ulong DestroyIcon(ulong hIcon) LIBRARY "user32.dll"
      FUNCTION ulong DestroyMenu(ulong hMenu) LIBRARY "user32.dll"
      FUNCTION ulong DestroyPrivateObjectSecurity(ref SECURITY_DESCRIPTOR 
      ObjectDescriptor) LIBRARY "advapi32.dll"
      FUNCTION ulong DestroyWindow(ulong hwnd) LIBRARY "user32.dll"
      FUNCTION ulong DeviceCapabilities(ref string lpDeviceName,ref string 
      lpPort,ulong iIndex,ref string lpOutput,ref DEVMODE lpDevMode) LIBRARY 
      "winspool.drv" ALIAS FOR "DeviceCapabilitiesA"
      FUNCTION ulong DeviceIoControl(ulong hDevice,ulong dwIoControlCode,ref Any 
      lpInBuffer,ulong nInBufferSize,ref Any lpOutBuffer,ulong 
      nOutBufferSize,ref ulong lpBytesReturned,ref OVERLAPPED lpOverlapped) 
      LIBRARY "kernel32.dll"
      FUNCTION ulong DialogBoxIndirectParam(ulong hInstance,ref DLGTEMPLATE 
      hDialogTemplate,ulong hWndParent,ulong lpDialogFunc,ulong dwInitParam) 
      LIBRARY "user32.dll" ALIAS FOR "DialogBoxIndirectParamA"
      FUNCTION boolean DisableThreadLibraryCalls(ulong hLibModule) LIBRARY 
      "kernel32.dll"
      FUNCTION ulong DisconnectNamedPipe(ulong hNamedPipe) LIBRARY 
"kernel32.dll"
      FUNCTION ulong DispatchMessage(ref MSG lpMsg) LIBRARY "user32.dll" ALIAS 
      FOR "DispatchMessageA"
      FUNCTION ulong DlgDirList(ulong hDlg,ref string lpPathSpec,ulong 
      nIDListBox,ulong nIDStaticPath,ulong wFileType) LIBRARY "user32.dll" ALIAS 
      FOR "DlgDirListA"
      FUNCTION ulong DlgDirListComboBox(ulong hDlg,ref string lpPathSpec,ulong 
      nIDComboBox,ulong nIDStaticPath,ulong wFileType) LIBRARY "user32.dll" 
      ALIAS FOR "DlgDirListComboBoxA"
      FUNCTION ulong DlgDirSelectComboBoxEx(ulong hWndDlg,ref string 
      lpszPath,ulong cbPath,ulong idComboBox) LIBRARY "user32.dll" ALIAS FOR 
      "DlgDirSelectComboBoxExA"
      FUNCTION ulong DlgDirSelectEx(ulong hWndDlg,ref string lpszPath,ulong 
      cbPath,ulong idListBox) LIBRARY "user32.dll" ALIAS FOR "DlgDirSelectExA"
      FUNCTION ulong DocumentProperties(ulong hwnd,ulong hPrinter,ref string 
      pDeviceName,ref DEVMODE pDevModeOutput,ref DEVMODE pDevModeInput,ulong 
      fMode) LIBRARY "winspool.drv" ALIAS FOR "DocumentPropertiesA"
      FUNCTION ulong DoEnvironmentSubst(ref string szString,ulong cbString) 
      LIBRARY "shell32.dll" ALIAS FOR "DoEnvironmentSubstA"
      FUNCTION ulong DosDateTimeToFileTime(ulong wFatDate,ulong wFatTime,ref 
      FILETIME lpFileTime) LIBRARY "kernel32.dll"
      FUNCTION ulong DPtoLP(ulong hdc,ref POINTAPI lpPoint,ulong nCount) LIBRARY 
      "gdi32.dll"
      Subroutine DragAcceptFiles(ulong hwnd,ulong fAccept) LIBRARY "shell32.dll"
      FUNCTION boolean DragDetect(ulong hWnd,POINTAPI pt) LIBRARY "user32.dll"
      Subroutine DragFinish(ulong hDrop) LIBRARY "shell32.dll"
      FUNCTION ulong DragObject(ulong hWnd1,ulong hWnd2,ulong un,ulong dw,ulong 
      hCursor) LIBRARY "user32.dll"
      FUNCTION ulong DragQueryFile(ulong HDROP,ulong UINT,ref string lpStr,ulong 
      ch) LIBRARY "shell32.dll" ALIAS FOR "DragQueryFileA"
      FUNCTION ulong DragQueryPoint(ulong HDROP,ref POINTAPI lpPoint) LIBRARY 
      "shell32.dll"
      FUNCTION boolean DrawAnimatedRects(ulong hwnd,ulong idAni,ref Rect 
      lprcFrom,ref Rect lprcTo) LIBRARY "user32.dll"
      FUNCTION boolean DrawCaption(ulong hWnd,ulong hDC,ref Rect pcRect,ulong 
      un) LIBRARY "user32.dll"
      FUNCTION boolean DrawEdge(ulong hdc,ref RECT qrc,ulong edge,ulong 
      grfFlags) LIBRARY "user32.dll"
      FUNCTION ulong DrawEscape(ulong hdc,ulong nEscape,ulong cbInput,ref string 
      lpszInData) LIBRARY "gdi32.dll"
      FUNCTION ulong DrawFocusRect(ulong hdc,ref RECT lpRect) LIBRARY 
      "user32.dll"
      FUNCTION boolean DrawFrameControl(ulong hDC,ref RECT lpRect,ulong 
      un1,ulong un2) LIBRARY "user32.dll"
      FUNCTION ulong DrawIcon(ulong hdc,ulong x,ulong y,ulong hIcon) LIBRARY 
      "user32.dll"
      FUNCTION boolean DrawIconEx(ulong hdc,ulong xLeft,ulong yTop,ulong 
      hIcon,ulong cxWidth,ulong cyWidth,ulong istepIfAniCur,ulong 
      hbrFlickerFreeDraw,ulong diFlags) LIBRARY "user32.dll"
      FUNCTION ulong DrawMenuBar(ulong hwnd) LIBRARY "user32.dll"
      FUNCTION boolean DrawState(ulong hDC,ulong hBrush,ulong 
      lpDrawStateProc,ulong lParam,ulong wParam,ulong n1,ulong n2,ulong n3,ulong 
      n4,ulong un) LIBRARY "user32.dll" ALIAS FOR "DrawStateA"
      FUNCTION ulong DrawText(ulong hdc,ref string lpStr,ulong nCount,ref RECT 

⌨️ 快捷键说明

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