python win32模块详解_python win32api模块[通俗易懂]

python win32模块详解_python win32api模块[通俗易懂]python里面的win32api模块FUNCTIONSAbortSystemShutdown(…)Apply(…)Beep(…)BeginUpdateResource(…)ChangeDisplaySettings(…)ChangeDisplaySettingsEx(…)ClipCursor(…)CloseHandle(…)CopyFile(…)Debug…

大家好,欢迎来到IT知识分享网。

python 里面的win32api 模块

FUNCTIONS

AbortSystemShutdown(…)

Apply(…)

Beep(…)

BeginUpdateResource(…)

ChangeDisplaySettings(…)

ChangeDisplaySettingsEx(…)

ClipCursor(…)

CloseHandle(…)

CopyFile(…)

DebugBreak(…)

DeleteFile(…)

DragFinish(…)

DragQueryFile(…)

DuplicateHandle(…)

EndUpdateResource(…)

EnumDisplayDevices(…)

EnumDisplayMonitors(…)

EnumDisplaySettings(…)

EnumDisplaySettingsEx(…)

EnumResourceLanguages(…)

EnumResourceNames(…)

EnumResourceTypes(…)

ExitWindows(…)

ExitWindowsEx(…)

ExpandEnvironmentStrings(…)

FindCloseChangeNotification(…)

FindExecutable(…)

FindFiles(…)

FindFirstChangeNotification(…)

FindNextChangeNotification(…)

FormatMessage(…)

FormatMessageW(…)

FreeLibrary(…)

GenerateConsoleCtrlEvent(…)

GetAsyncKeyState(…)

GetCommandLine(…)

GetComputerName(…)

GetComputerNameEx(…)

GetComputerObjectName(…)

GetConsoleTitle(…)

GetCurrentProcess(…)

GetCurrentProcessId(…)

GetCurrentThread(…)

GetCurrentThreadId(…)

GetCursorPos(…)

GetDateFormat(…)

GetDiskFreeSpace(…)

GetDiskFreeSpaceEx(…)

GetDllDirectory(…)

GetDomainName(…)

GetEnvironmentVariable(…)

GetEnvironmentVariableW(…)

GetFileAttributes(…)

GetFileVersionInfo(…)

GetFocus(…)

GetFullPathName(…)

GetHandleInformation(…)

GetKeyState(…)

GetKeyboardLayout(…)

GetKeyboardLayoutList(…)

GetKeyboardLayoutName(…)

GetKeyboardState(…)

GetLastError(…)

GetLastInputInfo(…)

GetLocalTime(…)

GetLogicalDriveStrings(…)

GetLogicalDrives(…)

GetLongPathName(…)

GetLongPathNameW(…)

GetModuleFileName(…)

GetModuleFileNameW(…)

GetModuleHandle(…)

GetMonitorInfo(…)

GetNativeSystemInfo(…)

GetProcAddress(…)

GetProfileSection(…)

GetProfileVal(…)

GetPwrCapabilities(…)

GetShortPathName(…)

GetStdHandle(…)

GetSysColor(…)

GetSystemDefaultLCID(…)

GetSystemDefaultLangID(…)

GetSystemDirectory(…)

GetSystemFileCacheSize(…)

GetSystemInfo(…)

GetSystemMetrics(…)

GetSystemTime(…)

GetTempFileName(…)

GetTempPath(…)

GetThreadLocale(…)

GetTickCount(…)

GetTimeFormat(…)

GetTimeZoneInformation(…)

GetUserDefaultLCID(…)

GetUserDefaultLangID(…)

GetUserName(…)

GetUserNameEx(…)

GetVersion(…)

GetVersionEx(…)

GetVolumeInformation(…)

GetWindowLong(…)

GetWindowsDirectory(…)

GlobalMemoryStatus(…)

GlobalMemoryStatusEx(…)

HIBYTE(…)

HIWORD(…)

InitiateSystemShutdown(…)

LOBYTE(…)

LOWORD(…)

LoadCursor(…)

LoadKeyboardLayout(…)

LoadLibrary(…)

LoadLibraryEx(…)

LoadResource(…)

LoadString(…)

MAKELANGID(…)

MAKELONG(…)

MAKEWORD(…)

MapVirtualKey(…)

MessageBeep(…)

MessageBox(…)

MessageBoxEx(…)

MonitorFromPoint(…)

MonitorFromRect(…)

MonitorFromWindow(…)

MoveFile(…)

MoveFileEx(…)

OpenProcess(…)

OutputDebugString(…)

PostMessage(…)

PostQuitMessage(…)

PostThreadMessage(…)

RGB(…)

RegCloseKey(…)

RegConnectRegistry(…)

RegCopyTree(…)

RegCreateKey(…)

RegCreateKeyEx(…)

RegDeleteKey(…)

RegDeleteKeyEx(…)

RegDeleteTree(…)

RegDeleteValue(…)

RegEnumKey(…)

RegEnumKeyEx(…)

RegEnumKeyExW(…)

RegEnumValue(…)

RegFlushKey(…)

RegGetKeySecurity(…)

RegLoadKey(…)

RegNotifyChangeKeyValue(…)

RegOpenCurrentUser(…)

RegOpenKey(…)

RegOpenKeyEx(…)

RegOpenKeyTransacted(…)

RegOverridePredefKey(…)

RegQueryInfoKey(…)

RegQueryInfoKeyW(…)

RegQueryValue(…)

RegQueryValueEx(…)

RegRestoreKey(…)

RegSaveKey(…)

RegSaveKeyEx(…)

RegSetKeySecurity(…)

RegSetValue(…)

RegSetValueEx(…)

RegUnLoadKey(…)

RegisterWindowMessage(…)

SearchPath(…)

SendMessage(…)

SetClassLong(…)

SetClassWord(…)

SetConsoleCtrlHandler(…)

SetConsoleTitle(…)

SetCursor(…)

SetCursorPos(…)

SetDllDirectory(…)

SetEnvironmentVariable(…)

SetEnvironmentVariableW(…)

SetErrorMode(…)

SetFileAttributes(…)

SetHandleInformation(…)

SetLastError(…)

SetLocalTime(…)

SetStdHandle(…)

SetSysColors(…)

SetSystemFileCacheSize(…)

SetSystemPowerState(…)

SetSystemTime(…)

SetThreadLocale(…)

SetTimeZoneInformation(…)

SetWindowLong(…)

ShellExecute(…)

ShowCursor(…)

Sleep(…)

SleepEx(…)

TerminateProcess(…)

ToAsciiEx(…)

Unicode(…)

UpdateResource(…)

VkKeyScan(…)

VkKeyScanEx(…)

WinExec(…)

WinHelp(…)

WriteProfileSection(…)

WriteProfileVal(…)

keybd_event(…)

mouse_event(…)

数据

DATA

NameCanonical = 7

NameCanonicalEx = 9

NameDisplay = 3

NameFullyQualifiedDN = 1

NameSamCompatible = 2

NameServicePrincipal = 10

NameUniqueId = 6

NameUnknown = 0

NameUserPrincipal = 8

REG_NOTIFY_CHANGE_ATTRIBUTES = 2

REG_NOTIFY_CHANGE_LAST_SET = 4

REG_NOTIFY_CHANGE_NAME = 1

REG_NOTIFY_CHANGE_SECURITY = 8

STD_ERROR_HANDLE = -12

STD_INPUT_HANDLE = -10

STD_OUTPUT_HANDLE = -11

VFT_APP = 1

VFT_DLL = 2

VFT_DRV = 3

VFT_FONT = 4

VFT_STATIC_LIB = 7

VFT_UNKNOWN = 0

VFT_VXD = 5

VOS_DOS = 65536

VOS_DOS_WINDOWS16 = 65537

VOS_DOS_WINDOWS32 = 65540

VOS_NT = 262144

VOS_NT_WINDOWS32 = 262148

VOS_OS216 = 131072

VOS_OS216_PM16 = 131074

VOS_OS232 = 196608

VOS_OS232_PM32 = 196611

VOS_UNKNOWN = 0

VOS__PM16 = 2

VOS__PM32 = 3

VOS__WINDOWS16 = 1

VOS__WINDOWS32 = 4

VS_FF_DEBUG = 1

VS_FF_INFOINFERRED = 16

VS_FF_PATCHED = 4

VS_FF_PRERELEASE = 2

VS_FF_PRIVATEBUILD = 8

VS_FF_SPECIALBUILD = 32

免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/25365.html

(0)
上一篇 2023-07-26 15:33
下一篇 2023-07-27 22:33

相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注微信