PathBuildRootA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

PathBuildRootA (SHLWAPI.@)

SYNOPSIS

LPSTR PathBuildRootA
 (
  LPSTR lpszPath,
  int   drive
 )

DESCRIPTION

Create a root drive string (e.g. "A:

 

PARAMS

lpszPath [Out] Destination for the drive string.

RETURNS

lpszPath.

NOTES

If lpszPath is NULL or drive is invalid, nothing is written to lpszPath.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c".

Debug channel "shell".