Scroll to navigation

IsDBCSLeadByte(3w) Wine API 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 ANSI code page, FALSE otherwise.
 

IMPLEMENTATION

Declared in "winnls.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API