IsDBCSLeadByteEx (KERNEL32.@)
BOOL IsDBCSLeadByteEx ( UINT codepage, BYTE testchar )
Determine if a character is a lead byte in a given code page.
codepage | [In] | Code page for the test. |
testchar | [In] | Character to test. |
TRUE, if testchar is a lead byte in codepage, FALSE otherwise.
Defined in "winnls.h".
Implemented in "dlls/kernel32/locale.c". source.winehq.org/source/dlls/kernel32/locale.c
Debug channel "nls".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.