IsDBCSLeadByte (KERNEL32.@)
BOOL IsDBCSLeadByte ( BYTE testchar )
Determine if a character is a lead byte.
testchar | [In] | Character to test. |
TRUE, if testchar is a lead byte in the Ansii code page, FALSE otherwise.
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.