python win32模块详解_python win32api模块

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

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值