IsDBCSLeadByteEx(3w)
NAME
IsDBCSLeadByteEx (KERNEL32.@)
SYNOPSIS
BOOL IsDBCSLeadByteEx ( UINT codepage, BYTE testchar )
DESCRIPTION
Determine if a character is a lead byte in a given code page.
PARAMS
codepage [In] Code page for the test.
testchar [In] Character to test.
RETURNS
TRUE, if testchar is a lead byte in codepage, 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".