.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathBuildRootA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathBuildRootA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR PathBuildRootA ( LPSTR \fIlpszPath\fR, int \fIdrive\fR ) .SH DESCRIPTION .PP Create a root \fIdrive\fR string (e.g. \fB"A:\"\fR) from a \fIdrive\fR number. .SH PARAMS \fIlpszPath\fR \fB[Out]\fR Destination for the \fIdrive\fR string. .PP .SH RETURNS .PP \fIlpszPath\fR. .SH NOTES .PP If \fIlpszPath\fR is \fBNULL\fR or \fIdrive\fR is invalid, nothing is written to \fIlpszPath\fR. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.