.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHAboutInfoA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHAboutInfoA\fR (SHLWAPI.160) .SH SYNOPSIS BOOL SHAboutInfoA ( LPSTR \fIlpszDest\fR, DWORD \fIdwDestLen\fR ) .SH DESCRIPTION .PP Get an identification string for the \fBOS\fR and explorer. .SH PARAMS \fIlpszDest\fR \fB[Out]\fR Destination for Id string. .PP \fIdwDestLen\fR \fB[In]\fR Length of \fIlpszDest\fR. .PP .SH RETURNS .PP \fBTRUE\fR, If the string was created successfully \fBFALSE\fR, Otherwise .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.