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

Module shell32

source code

Wrapper for shell32.dll in ctypes.

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 618 2010-02-11 02:15:09Z 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 618 2010-02-11 02:15:09Z qvasimodo $'

CommandLineToArgvA

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

CommandLineToArgv

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