Scroll to navigation

PathGetCharTypeA(3w) Wine API 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

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