Scroll to navigation

PathBuildRootA(3w) Wine API PathBuildRootA(3w)

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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API