📄 32bitapi.txt
字号:
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 string lpszMetaFile) LIBRARY "gdi32.dll" ALIAS FOR "GetEnhMetaFileA"
FUNCTION ulong GetEnhMetaFileBits(ulong hemf,ulong cbBuffer,ref Byte lpbBuffer) LIBRARY "gdi32.dll"
FUNCTION ulong GetEnhMetaFileDescription(ulong hemf,ulong cchBuffer,ref string lpszDescription) LIBRARY "gdi32.dll" ALIAS FOR "GetEnhMetaFileDescriptionA"
FUNCTION ulong GetEnhMetaFileHeader(ulong hemf,ulong cbBuffer,ref ENHMETAHEADER lpemh) LIBRARY "gdi32.dll"
FUNCTION ulong GetEnhMetaFilePaletteEntries(ulong hemf,ulong cEntries,ref PALETTEENTRY lppe) LIBRARY "gdi32.dll"
FUNCTION string GetEnvironmentStrings() LIBRARY "kernel32.dll" ALIAS FOR "GetEnvironmentStringsA"
FUNCTION ulong GetEnvironmentVariable(ref string lpName,ref string lpBuffer,ulong nSize) LIBRARY "kernel32.dll" ALIAS FOR "GetEnvironmentVariableA"
FUNCTION ulong GetExitCodeProcess(ulong hProcess,ref ulong lpExitCode) LIBRARY "kernel32.dll"
FUNCTION ulong GetExitCodeThread(ulong hThread,ref ulong lpExitCode) LIBRARY "kernel32.dll"
FUNCTION ulong GetExpandedName(ref string lpszSource,ref string lpszBuffer) LIBRARY "lz32.dll" ALIAS FOR "GetExpandedNameA"
FUNCTION ulong GetFileAttributes(ref string lpFileName) LIBRARY "kernel32.dll" ALIAS FOR "GetFileAttributesA"
FUNCTION ulong GetFileInformationByHandle(ulong hFile,ref BY_HANDLE_FILE_INFORMATION lpFileInformation) LIBRARY "kernel32.dll"
FUNCTION ulong GetFileSecurity(ref string lpFileName,ulong RequestedInformation,ref SECURITY_DESCRIPTOR pSecurityDescriptor,ulong nLength,ref ulong lpnLengthNeeded) LIBRARY "advapi32.dll" ALIAS FOR "GetFileSecurityA"
FUNCTION ulong GetFileSize(ulong hFile,ref ulong lpFileSizeHigh) LIBRARY "kernel32.dll"
FUNCTION ulong GetFileTime(ulong hFile,ref FILETIME lpCreationTime,ref FILETIME lpLastAccessTime,ref FILETIME lpLastWriteTime) LIBRARY "kernel32.dll"
FUNCTION Integer GetFileTitle(ref string lpszFile,ref string lpszTitle,Integer cbBuf) LIBRARY "comdlg32.dll" ALIAS FOR "GetFileTitleA"
FUNCTION ulong GetFileType(ulong hFile) LIBRARY "kernel32.dll"
FUNCTION ulong GetFileVersionInfo(ref string lptstrFilename,ulong dwHandle,ulong dwLen,ref Any lpData) LIBRARY "version.dll" ALIAS FOR "GetFileVersionInfoA"
FUNCTION ulong GetFileVersionInfoSize(ref string lptstrFilename,ref ulong lpdwHandle) LIBRARY "version.dll" ALIAS FOR "GetFileVersionInfoSizeA"
FUNCTION ulong GetFocus() LIBRARY "user32.dll"
FUNCTION ulong GetFontData(ulong hdc,ulong dwTable,ulong dwOffset,ref Any lpvBuffer,ulong cbData) LIBRARY "gdi32.dll" ALIAS FOR "GetFontDataA"
FUNCTION ulong GetFontLanguageInfo(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong GetForegroundWindow() LIBRARY "user32.dll"
FUNCTION ulong GetForm(ulong hPrinter,ref string pFormName,ulong Level,ref Byte pForm,ulong cbBuf,ref ulong pcbNeeded) LIBRARY "winspool.drv" ALIAS FOR "GetFormA"
FUNCTION ulong GetFullPathName(ref string lpFileName,ulong nBufferLength,ref string lpBuffer,ref string lpFilePart) LIBRARY "kernel32.dll" ALIAS FOR "GetFullPathNameA"
FUNCTION ulong GetGlyphOutline(ulong hdc,ulong uChar,ulong fuFormat,ref GLYPHMETRICS lpgm,ulong cbBuffer,ref Any lpBuffer,ref MAT2 lpmat2) LIBRARY "gdi32.dll" ALIAS FOR "GetGlyphOutlineA"
FUNCTION ulong GetGraphicsMode(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION boolean GetHandleInformation(ulong hObject,ref ulong lpdwFlags) LIBRARY "kernel32.dll"
FUNCTION ulong GetICMProfile(ulong hdc,ulong dw,ref string lpStr) LIBRARY "gdi32.dll" ALIAS FOR "GetICMProfileA"
FUNCTION ulong GetIconInfo(ulong hIcon,ref ICONINFO piconinfo) LIBRARY "user32.dll"
FUNCTION ulong GetInputState() LIBRARY "user32.dll"
FUNCTION ulong GetJob(ulong hPrinter,ulong JobId,ulong Level,ref Byte pJob,ulong cdBuf,ref ulong pcbNeeded) LIBRARY "winspool.drv" ALIAS FOR "GetJobA"
FUNCTION ulong GetKBCodePage() LIBRARY "user32.dll"
FUNCTION ulong GetKernelObjectSecurity(ulong Handle,ulong RequestedInformation,ref SECURITY_DESCRIPTOR pSecurityDescriptor,ulong nLength,ref ulong lpnLengthNeeded) LIBRARY "advapi32.dll"
FUNCTION ulong GetKerningPairs(ulong hdc,ulong cPairs,ref KERNINGPAIR lpkrnpair) LIBRARY "gdi32.dll" ALIAS FOR "GetKerningPairsA"
FUNCTION ulong GetKeyboardLayout(ulong dwLayout) LIBRARY "user32.dll"
FUNCTION ulong GetKeyboardLayoutList(ulong nBuff,ref ulong lpList) LIBRARY "user32.dll"
FUNCTION ulong GetKeyboardLayoutName(ref string pwszKLID) LIBRARY "user32.dll" ALIAS FOR "GetKeyboardLayoutNameA"
FUNCTION ulong GetKeyboardState(ref Byte pbKeyState) LIBRARY "user32.dll"
FUNCTION ulong GetKeyboardType(ulong nTypeFlag) LIBRARY "user32.dll"
FUNCTION ulong GetKeyNameText(ulong lParam,ref string lpBuffer,ulong nSize) LIBRARY "user32.dll" ALIAS FOR "GetKeyNameTextA"
FUNCTION Integer GetKeyState(ulong nVirtKey) LIBRARY "user32.dll"
FUNCTION COORD GetLargestConsoleWindowSize(ulong hConsoleOutput) LIBRARY "kernel32.dll"
FUNCTION ulong GetLastActivePopup(ulong hwndOwnder) LIBRARY "user32.dll"
FUNCTION ulong GetLastError() LIBRARY "kernel32.dll"
FUNCTION ulong GetLengthSid(ref Any pSid) LIBRARY "advapi32.dll"
FUNCTION ulong GetLocaleInfo(ulong Locale,ulong LCType,ref string lpLCData,ulong cchData) LIBRARY "kernel32.dll" ALIAS FOR "GetLocaleInfoA" Subroutine GetLocalTime(ref SYSTEMTIME lpSystemTime) LIBRARY "kernel32.dll"
FUNCTION ulong GetLogColorSpace(ulong hcolorspace,LOGCOLORSPACE lplogcolorspace,ulong dw) LIBRARY "gdi32.dll" ALIAS FOR "GetLogColorSpaceA"
FUNCTION ulong GetLogicalDrives() LIBRARY "kernel32.dll"
FUNCTION ulong GetLogicalDriveStrings(ulong nBufferLength,ref string lpBuffer) LIBRARY "kernel32.dll" ALIAS FOR "GetLogicalDriveStringsA"
FUNCTION ulong GetMailslotInfo(ulong hMailslot,ref ulong lpMaxMessageSize,ref ulong lpNextSize,ref ulong lpMessageCount,ref ulong lpReadTimeout) LIBRARY "kernel32.dll"
FUNCTION ulong GetMapMode(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong GetMenu(ulong hwnd) LIBRARY "user32.dll"
FUNCTION ulong GetMenuCheckMarkDimensions() LIBRARY "user32.dll"
FUNCTION ulong GetMenuContextHelpId(ulong hMenu) LIBRARY "user32.dll"
FUNCTION ulong GetMenuDefaultItem(ulong hMenu,ulong fByPos,ulong gmdiFlags) LIBRARY "user32.dll"
FUNCTION ulong GetMenuItemCount(ulong hMenu) LIBRARY "user32.dll"
FUNCTION ulong GetMenuItemID(ulong hMenu,ulong nPos) LIBRARY "user32.dll"
FUNCTION boolean GetMenuItemInfo(ulong hMenu,ulong un,boolean b,ref MENUITEMINFO lpMenuItemInfo) LIBRARY "user32.dll" ALIAS FOR "GetMenuItemInfoA"
FUNCTION boolean GetMenuItemRect(ulong hWnd,ulong hMenu,ulong uItem,ref RECT lprcItem) LIBRARY "user32.dll"
FUNCTION ulong GetMenuState(ulong hMenu,ulong wID,ulong wFlags) LIBRARY "user32.dll"
FUNCTION ulong GetMenuString(ulong hMenu,ulong wIDItem,ref string lpString,ulong nMaxCount,ulong wFlag) LIBRARY "user32.dll" ALIAS FOR "GetMenuStringA"
FUNCTION ulong GetMessage(ref MSG lpMsg,ulong hwnd,ulong wMsgFilterMin,ulong wMsgFilterMax) LIBRARY "user32.dll" ALIAS FOR "GetMessageA"
FUNCTION ulong GetMessageExtraInfo() LIBRARY "user32.dll"
FUNCTION ulong GetMessagePos() LIBRARY "user32.dll"
FUNCTION ulong GetMessageTime() LIBRARY "user32.dll"
FUNCTION ulong GetMetaFile(ref string lpFileName) LIBRARY "gdi32.dll" ALIAS FOR "GetMetaFileA"
FUNCTION ulong GetMetaFileBitsEx(ulong hMF,ulong nSize,ref Any lpvData) LIBRARY "gdi32.dll"
FUNCTION ulong GetMetaRgn(ulong hdc,ulong hRgn) LIBRARY "gdi32.dll"
FUNCTION ulong GetMiterLimit(ulong hdc,ref Double peLimit) LIBRARY "gdi32.dll"
F
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -