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

Module shlwapi

Debugging API wrappers in ctypes.


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

Functions [hide private]
 
PathAddBackslashA(lpszPath)
 
PathAddBackslashW(lpszPath)
 
PathAddExtensionA(lpszPath, pszExtension=None)
 
PathAddExtensionW(lpszPath, pszExtension=None)
 
PathAppendA(lpszPath, pszMore=None)
 
PathAppendW(lpszPath, pszMore=None)
 
PathCombineA(lpszDir, lpszFile)
 
PathCombineW(lpszDir, lpszFile)
 
PathCanonicalizeA(lpszSrc)
 
PathCanonicalizeW(lpszSrc)
 
PathFileExistsA(pszPath)
 
PathFileExistsW(pszPath)
 
PathFindExtensionA(pszPath)
 
PathFindExtensionW(pszPath)
 
PathFindFileNameA(pszPath)
 
PathFindFileNameW(pszPath)
 
PathFindNextComponentA(pszPath)
 
PathFindNextComponentW(pszPath)
 
PathFindOnPathA(pszFile, ppszOtherDirs=None)
 
PathFindOnPathW(pszFile, ppszOtherDirs=None)
 
PathGetArgsA(pszPath)
 
PathGetArgsW(pszPath)
 
PathIsContentTypeA(pszPath, pszContentType)
 
PathIsContentTypeW(pszPath, pszContentType)
 
PathIsDirectoryA(pszPath)
 
PathIsDirectoryW(pszPath)
 
PathIsDirectoryEmptyA(pszPath)
 
PathIsDirectoryEmptyW(pszPath)
 
PathIsNetworkPathA(pszPath)
 
PathIsNetworkPathW(pszPath)
 
PathIsRelativeA(lpszPath)
 
PathIsRelativeW(lpszPath)
 
PathIsRootA(pPath)
 
PathIsRootW(pPath)
 
PathIsSameRootA(pszPath1, pszPath2)
 
PathIsSameRootW(pszPath1, pszPath2)
 
PathIsUNCA(pszPath)
 
PathIsUNCW(pszPath)
 
PathMakePrettyA(pszPath)
 
PathMakePrettyW(pszPath)
 
PathRemoveArgsA(pszPath)
 
PathRemoveArgsW(pszPath)
 
PathRemoveBackslashA(pszPath)
 
PathRemoveBackslashW(pszPath)
 
PathRemoveExtensionA(pszPath)
 
PathRemoveExtensionW(pszPath)
 
PathRemoveFileSpecA(pszPath)
 
PathRemoveFileSpecW(pszPath)
 
PathRenameExtensionA(pszPath, pszExt)
 
PathRenameExtensionW(pszPath, pszExt)
 
PathUnExpandEnvStringsA(pszPath)
 
PathUnExpandEnvStringsW(pszPath)
Variables [hide private]
  __revision__ = '$Id$'
  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]

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)