IsDBCSLeadByte.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/locale.c".

Debug channel "nls".