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 "dlls/kernel/locale.c". source.winehq.org/source/dlls/kernel/locale.c

Debug channel "nls".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.