win32api

Python : 2008. 7. 11. 07:48
반응형
>>> dir (win32api)
['AbortSystemShutdown', 'Apply', 'Beep', 'BeginUpdateResource', 'ChangeDisplaySe
ttings', 'ChangeDisplaySettingsEx', 'ClipCursor', 'CloseHandle', 'CopyFile', 'De
bugBreak', 'DeleteFile', 'DragFinish', 'DragQueryFile', 'DuplicateHandle', 'EndU
pdateResource', 'EnumDisplayDevices', 'EnumDisplayMonitors', 'EnumDisplaySetting
s', 'EnumDisplaySettingsEx', 'EnumResourceLanguages', 'EnumResourceNames', 'Enum
ResourceTypes', 'ExitWindows', 'ExitWindowsEx', 'ExpandEnvironmentStrings', 'Fin
dCloseChangeNotification', 'FindExecutable', 'FindFiles', 'FindFirstChangeNotifi
cation', 'FindNextChangeNotification', 'FormatMessage', 'FormatMessageW', 'FreeL
ibrary', 'GenerateConsoleCtrlEvent', 'GetAsyncKeyState', 'GetCommandLine', 'GetC
omputerName', 'GetComputerNameEx', 'GetComputerObjectName', 'GetConsoleTitle', '
GetCurrentProcess', 'GetCurrentProcessId', 'GetCurrentThread', 'GetCurrentThread
Id', 'GetCursorPos', 'GetDateFormat', 'GetDiskFreeSpace', 'GetDiskFreeSpaceEx',
'GetDllDirectory', 'GetDomainName', 'GetEnvironmentVariable', 'GetFileAttributes
', 'GetFileVersionInfo', 'GetFocus', 'GetFullPathName', 'GetHandleInformation',
'GetKeyState', 'GetKeyboardLayoutList', 'GetKeyboardState', 'GetLastError', 'Get
LocalTime', 'GetLogicalDriveStrings', 'GetLogicalDrives', 'GetLongPathName', 'Ge
tLongPathNameW', 'GetModuleFileName', 'GetModuleFileNameW', 'GetModuleHandle', '
GetMonitorInfo', 'GetProcAddress', 'GetProfileSection', 'GetProfileVal', 'GetSho
rtPathName', 'GetStdHandle', 'GetSysColor', 'GetSystemDefaultLCID', 'GetSystemDe
faultLangID', 'GetSystemDirectory', 'GetSystemFileCacheSize', 'GetSystemInfo', '
GetSystemMetrics', 'GetSystemTime', 'GetTempFileName', 'GetTempPath', 'GetThread
Locale', 'GetTickCount', 'GetTimeFormat', 'GetTimeZoneInformation', 'GetUserDefa
ultLCID', 'GetUserDefaultLangID', 'GetUserName', 'GetUserNameEx', 'GetVersion',
'GetVersionEx', 'GetVolumeInformation', 'GetWindowLong', 'GetWindowsDirectory',
'GlobalMemoryStatus', 'GlobalMemoryStatusEx', 'HIBYTE', 'HIWORD', 'InitiateSyste
mShutdown', 'LOBYTE', 'LOWORD', 'LoadCursor', 'LoadKeyboardLayout', 'LoadLibrary
', 'LoadLibraryEx', 'LoadResource', 'LoadString', 'MAKELANGID', 'MAKELONG', 'MAK
EWORD', 'MessageBeep', 'MessageBox', 'MessageBoxEx', 'MonitorFromPoint', 'Monito
rFromRect', 'MonitorFromWindow', 'MoveFile', 'MoveFileEx', 'NameCanonical', 'Nam
eCanonicalEx', 'NameDisplay', 'NameFullyQualifiedDN', 'NameSamCompatible', 'Name
ServicePrincipal', 'NameUniqueId', 'NameUnknown', 'NameUserPrincipal', 'OpenProc
ess', 'OutputDebugString', 'PostMessage', 'PostQuitMessage', 'PostThreadMessage'
, 'PyDISPLAY_DEVICEType', 'REG_NOTIFY_CHANGE_ATTRIBUTES', 'REG_NOTIFY_CHANGE_LAS
T_SET', 'REG_NOTIFY_CHANGE_NAME', 'REG_NOTIFY_CHANGE_SECURITY', 'RGB', 'RegClose
Key', 'RegConnectRegistry', 'RegCopyTree', 'RegCreateKey', 'RegCreateKeyEx', 'Re
gDeleteKey', 'RegDeleteKeyEx', 'RegDeleteTree', 'RegDeleteValue', 'RegEnumKey',
'RegEnumKeyEx', 'RegEnumKeyExW', 'RegEnumValue', 'RegFlushKey', 'RegGetKeySecuri
ty', 'RegLoadKey', 'RegNotifyChangeKeyValue', 'RegOpenCurrentUser', 'RegOpenKey'
, 'RegOpenKeyEx', 'RegOpenKeyTransacted', 'RegOverridePredefKey', 'RegQueryInfoK
ey', 'RegQueryInfoKeyW', 'RegQueryValue', 'RegQueryValueEx', 'RegRestoreKey', 'R
egSaveKey', 'RegSaveKeyEx', 'RegSetKeySecurity', 'RegSetValue', 'RegSetValueEx',
 'RegUnLoadKey', 'RegisterWindowMessage', 'STD_ERROR_HANDLE', 'STD_INPUT_HANDLE'
, 'STD_OUTPUT_HANDLE', 'SearchPath', 'SendMessage', 'SetClassLong', 'SetClassWor
d', 'SetConsoleCtrlHandler', 'SetConsoleTitle', 'SetCursor', 'SetCursorPos', 'Se
tDllDirectory', 'SetEnvironmentVariable', 'SetErrorMode', 'SetFileAttributes', '
SetHandleInformation', 'SetLastError', 'SetLocalTime', 'SetStdHandle', 'SetSysCo
lors', 'SetSystemFileCacheSize', 'SetSystemTime', 'SetThreadLocale', 'SetWindowL
ong', 'ShellExecute', 'ShowCursor', 'Sleep', 'SleepEx', 'TerminateProcess', 'Uni
code', 'UpdateResource', 'VFT_APP', 'VFT_DLL', 'VFT_DRV', 'VFT_FONT', 'VFT_STATI
C_LIB', 'VFT_UNKNOWN', 'VFT_VXD', 'VOS_DOS', 'VOS_DOS_WINDOWS16', 'VOS_DOS_WINDO
WS32', 'VOS_NT', 'VOS_NT_WINDOWS32', 'VOS_OS216', 'VOS_OS216_PM16', 'VOS_OS232',
 'VOS_OS232_PM32', 'VOS_UNKNOWN', 'VOS__PM16', 'VOS__PM32', 'VOS__WINDOWS16', 'V
OS__WINDOWS32', 'VS_FF_DEBUG', 'VS_FF_INFOINFERRED', 'VS_FF_PATCHED', 'VS_FF_PRE
RELEASE', 'VS_FF_PRIVATEBUILD', 'VS_FF_SPECIALBUILD', 'VkKeyScan', 'VkKeyScanEx'
, 'WinExec', 'WinHelp', 'WriteProfileSection', 'WriteProfileVal', '__doc__', '__
file__', '__name__', 'error', 'keybd_event', 'mouse_event']
>>>
반응형
Posted by Real_G