Initial Release 4.0

Function : Character Manipulation
NLS_isleadbyte - Tests if a byte is the leading byte in a multibyte character.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_isleadbyte(
BYTE Character,
NLS_PINFO pInfo);

Description :

This function tests if a byte is the leading byte in a multibyte character.

Parameters :

See Also :

NLS_INFO
----------------------------------------------------------------------------------------------------------