PathGetCharTypeA(3w)
NAME
PathGetCharTypeA (SHLWAPI.@)
SYNOPSIS
UINT PathGetCharTypeA
(
UCHAR ch
)
DESCRIPTION
Categorise a character from a file path.
PARAMS
ch [In] Character to get the type of.
RETURNS
A set of GCT_ bit flags (from "shlwapi.h") indicating the character
type.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".