// ntifs.h
void FsRtlIsLeadDbcsCharacter(
DBCS_CHAR
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlIsLeadDbcsCharacter macro determines whether a character is a lead byte (the first byte of a character) in a double-byte character set (DBCS).
DBCS_CHARThe character to be tested.
Lead bytes are unique to double-byte character sets. A lead byte introduces a double-byte character. Lead bytes occupy a specific range of byte values. The FsRtlIsLeadDbcsCharacter macro uses the system code page to check lead-byte ranges.
For information about other string-handling routines, see Run-Time Library (RTL) Routines.