NAME

PathCanonicalizeA  (SHLWAPI.@)

SYNOPSIS

 BOOL PathCanonicalizeA
 (
  LPSTR  lpszBuf,
  LPCSTR lpszPath
 )

DESCRIPTION

Convert a path to its canonical form.

PARAMS

lpszBuf [Out] Output path.
lpszPath [In] Path to canonicalize.

RETURNS

Success: TRUE. lpszBuf contains the output path,

Failure: FALSE, If input path is invalid. lpszBuf is undefined

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c

Debug channel "shell".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.