Package winappdbg :: Package win32 :: Module shell32
[hide private]
[frames] | no frames]

Module shell32

source code

Debugging API wrappers in ctypes.


See Also: http://apps.sourceforge.net/trac/winappdbg/wiki/Win32APIWrappers

Functions [hide private]
 
CommandLineToArgvW(lpCmdLine) source code
 
ShellExecuteA(hwnd=None, lpOperation=None, lpFile=None, lpParameters=None, lpDirectory=None, nShowCmd=None) source code
 
ShellExecuteW(hwnd=None, lpOperation=None, lpFile=None, lpParameters=None, lpDirectory=None, nShowCmd=None) source code
Variables [hide private]
  __revision__ = '$Id: shell32.py 343 2009-08-03 22:58:22Z Qvasi...
  CommandLineToArgvA = <winappdbg.win32.defines.MakeANSIVersion ...
  CommandLineToArgv = <winappdbg.win32.defines.MakeANSIVersion o...
  ShellExecute = GuessStringType(ShellExecuteA, ShellExecuteW)
  __package__ = 'winappdbg.win32'
Variables Details [hide private]

__revision__

Value:
'$Id: shell32.py 343 2009-08-03 22:58:22Z QvasiModo $'

CommandLineToArgvA

Value:
<winappdbg.win32.defines.MakeANSIVersion object at 0x00E8D190>

CommandLineToArgv

Value:
<winappdbg.win32.defines.MakeANSIVersion object at 0x00E8D190>