IsDBCSLeadByte(3w)
NAME
IsDBCSLeadByte (KERNEL32.@)
SYNOPSIS
BOOL IsDBCSLeadByte
(
BYTE testchar
)
DESCRIPTION
Determine if a character is a lead byte.
PARAMS
testchar [In] Character to test.
RETURNS
TRUE, if testchar is a lead byte in the Ansii code page, FALSE otherwise.
IMPLEMENTATION
Defined in "winnls.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".
- Debug channel "nls".