.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathGetCharTypeA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathGetCharTypeA\fR (SHLWAPI.@) .SH SYNOPSIS UINT PathGetCharTypeA ( UCHAR \fIch\fR ) .SH DESCRIPTION .PP Categorise a character from a file path. .SH PARAMS \fIch\fR \fB[In]\fR Character to get the type of. .PP .SH RETURNS .PP A set of \fBGCT_\fR bit flags (from \fB"shlwapi.h"\fR) indicating the character type. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.