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

Module shlwapi

source code

Debugging API wrappers in ctypes.


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

Functions [hide private]
 
IsOS(dwOS) source code
 
PathAddBackslashA(lpszPath) source code
 
PathAddBackslashW(lpszPath) source code
 
PathAddExtensionA(lpszPath, pszExtension=None) source code
 
PathAddExtensionW(lpszPath, pszExtension=None) source code
 
PathAppendA(lpszPath, pszMore=None) source code
 
PathAppendW(lpszPath, pszMore=None) source code
 
PathCombineA(lpszDir, lpszFile) source code
 
PathCombineW(lpszDir, lpszFile) source code
 
PathCanonicalizeA(lpszSrc) source code
 
PathCanonicalizeW(lpszSrc) source code
 
PathFileExistsA(pszPath) source code
 
PathFileExistsW(pszPath) source code
 
PathFindExtensionA(pszPath) source code
 
PathFindExtensionW(pszPath) source code
 
PathFindFileNameA(pszPath) source code
 
PathFindFileNameW(pszPath) source code
 
PathFindNextComponentA(pszPath) source code
 
PathFindNextComponentW(pszPath) source code
 
PathFindOnPathA(pszFile, ppszOtherDirs=None) source code
 
PathFindOnPathW(pszFile, ppszOtherDirs=None) source code
 
PathGetArgsA(pszPath) source code
 
PathGetArgsW(pszPath) source code
 
PathIsContentTypeA(pszPath, pszContentType) source code
 
PathIsContentTypeW(pszPath, pszContentType) source code
 
PathIsDirectoryA(pszPath) source code
 
PathIsDirectoryW(pszPath) source code
 
PathIsDirectoryEmptyA(pszPath) source code
 
PathIsDirectoryEmptyW(pszPath) source code
 
PathIsNetworkPathA(pszPath) source code
 
PathIsNetworkPathW(pszPath) source code
 
PathIsRelativeA(pszPath) source code
 
PathIsRelativeW(pszPath) source code
 
PathIsRootA(pszPath) source code
 
PathIsRootW(pszPath) source code
 
PathIsSameRootA(pszPath1, pszPath2) source code
 
PathIsSameRootW(pszPath1, pszPath2) source code
 
PathIsUNCA(pszPath) source code
 
PathIsUNCW(pszPath) source code
 
PathMakePrettyA(pszPath) source code
 
PathMakePrettyW(pszPath) source code
 
PathRemoveArgsA(pszPath) source code
 
PathRemoveArgsW(pszPath) source code
 
PathRemoveBackslashA(pszPath) source code
 
PathRemoveBackslashW(pszPath) source code
 
PathRemoveExtensionA(pszPath) source code
 
PathRemoveExtensionW(pszPath) source code
 
PathRemoveFileSpecA(pszPath) source code
 
PathRemoveFileSpecW(pszPath) source code
 
PathRenameExtensionA(pszPath, pszExt) source code
 
PathRenameExtensionW(pszPath, pszExt) source code
 
PathUnExpandEnvStringsA(pszPath) source code
 
PathUnExpandEnvStringsW(pszPath) source code
Variables [hide private]
  __revision__ = '$Id: shlwapi.py 440 2009-11-11 01:28:34Z Qvasi...
  OS_WINDOWS = 0
  OS_NT = 1
  OS_WIN95ORGREATER = 2
  OS_NT4ORGREATER = 3
  OS_WIN98ORGREATER = 5
  OS_WIN98_GOLD = 6
  OS_WIN2000ORGREATER = 7
  OS_WIN2000PRO = 8
  OS_WIN2000SERVER = 9
  OS_WIN2000ADVSERVER = 10
  OS_WIN2000DATACENTER = 11
  OS_WIN2000TERMINAL = 12
  OS_EMBEDDED = 13
  OS_TERMINALCLIENT = 14
  OS_TERMINALREMOTEADMIN = 15
  OS_WIN95_GOLD = 16
  OS_MEORGREATER = 17
  OS_XPORGREATER = 18
  OS_HOME = 19
  OS_PROFESSIONAL = 20
  OS_DATACENTER = 21
  OS_ADVSERVER = 22
  OS_SERVER = 23
  OS_TERMINALSERVER = 24
  OS_PERSONALTERMINALSERVER = 25
  OS_FASTUSERSWITCHING = 26
  OS_WELCOMELOGONUI = 27
  OS_DOMAINMEMBER = 28
  OS_ANYSERVER = 29
  OS_WOW6432 = 30
  OS_WEBSERVER = 31
  OS_SMALLBUSINESSSERVER = 32
  OS_TABLETPC = 33
  OS_SERVERADMINUI = 34
  OS_MEDIACENTER = 35
  OS_APPLIANCE = 36
  PathAddBackslash = GuessStringType(PathAddBackslashA, PathAddB...
  PathAddExtension = GuessStringType(PathAddExtensionA, PathAddE...
  PathAppend = GuessStringType(PathAppendA, PathAppendW)
  PathCombine = GuessStringType(PathCombineA, PathCombineW)
  PathCanonicalize = GuessStringType(PathCanonicalizeA, PathCano...
  PathFileExists = GuessStringType(PathFileExistsA, PathFileExis...
  PathFindExtension = GuessStringType(PathFindExtensionA, PathFi...
  PathFindFileName = GuessStringType(PathFindFileNameA, PathFind...
  PathFindNextComponent = GuessStringType(PathFindNextComponentA...
  PathFindOnPath = GuessStringType(PathFindOnPathA, PathFindOnPa...
  PathGetArgs = GuessStringType(PathGetArgsA, PathGetArgsW)
  PathIsContentType = GuessStringType(PathIsContentTypeA, PathIs...
  PathIsDirectory = GuessStringType(PathIsDirectoryA, PathIsDire...
  PathIsDirectoryEmpty = GuessStringType(PathIsDirectoryEmptyA, ...
  PathIsNetworkPath = GuessStringType(PathIsNetworkPathA, PathIs...
  PathIsRelative = GuessStringType(PathIsRelativeA, PathIsRelati...
  PathIsRoot = GuessStringType(PathIsRootA, PathIsRootW)
  PathIsSameRoot = GuessStringType(PathIsSameRootA, PathIsSameRo...
  PathIsUNC = GuessStringType(PathIsUNCA, PathIsUNCW)
  PathMakePretty = GuessStringType(PathMakePrettyA, PathMakePret...
  PathRemoveArgs = GuessStringType(PathRemoveArgsA, PathRemoveAr...
  PathRemoveBackslash = GuessStringType(PathRemoveBackslashA, Pa...
  PathRemoveExtension = GuessStringType(PathRemoveExtensionA, Pa...
  PathRemoveFileSpec = GuessStringType(PathRemoveFileSpecA, Path...
  PathRenameExtension = GuessStringType(PathRenameExtensionA, Pa...
  PathUnExpandEnvStrings = GuessStringType(PathUnExpandEnvString...
  __package__ = 'winappdbg.win32'
Variables Details [hide private]

__revision__

Value:
'$Id: shlwapi.py 440 2009-11-11 01:28:34Z QvasiModo $'

PathAddBackslash

Value:
GuessStringType(PathAddBackslashA, PathAddBackslashW)

PathAddExtension

Value:
GuessStringType(PathAddExtensionA, PathAddExtensionW)

PathCanonicalize

Value:
GuessStringType(PathCanonicalizeA, PathCanonicalizeW)

PathFileExists

Value:
GuessStringType(PathFileExistsA, PathFileExistsW)

PathFindExtension

Value:
GuessStringType(PathFindExtensionA, PathFindExtensionW)

PathFindFileName

Value:
GuessStringType(PathFindFileNameA, PathFindFileNameW)

PathFindNextComponent

Value:
GuessStringType(PathFindNextComponentA, PathFindNextComponentW)

PathFindOnPath

Value:
GuessStringType(PathFindOnPathA, PathFindOnPathW)

PathIsContentType

Value:
GuessStringType(PathIsContentTypeA, PathIsContentTypeW)

PathIsDirectory

Value:
GuessStringType(PathIsDirectoryA, PathIsDirectoryW)

PathIsDirectoryEmpty

Value:
GuessStringType(PathIsDirectoryEmptyA, PathIsDirectoryEmptyW)

PathIsNetworkPath

Value:
GuessStringType(PathIsNetworkPathA, PathIsNetworkPathW)

PathIsRelative

Value:
GuessStringType(PathIsRelativeA, PathIsRelativeW)

PathIsSameRoot

Value:
GuessStringType(PathIsSameRootA, PathIsSameRootW)

PathMakePretty

Value:
GuessStringType(PathMakePrettyA, PathMakePrettyW)

PathRemoveArgs

Value:
GuessStringType(PathRemoveArgsA, PathRemoveArgsW)

PathRemoveBackslash

Value:
GuessStringType(PathRemoveBackslashA, PathRemoveBackslashW)

PathRemoveExtension

Value:
GuessStringType(PathRemoveExtensionA, PathRemoveExtensionW)

PathRemoveFileSpec

Value:
GuessStringType(PathRemoveFileSpecA, PathRemoveFileSpecW)

PathRenameExtension

Value:
GuessStringType(PathRenameExtensionA, PathRenameExtensionW)

PathUnExpandEnvStrings

Value:
GuessStringType(PathUnExpandEnvStringsA, PathUnExpandEnvStringsW)