.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IsDBCSLeadByte 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIsDBCSLeadByte\fR (KERNEL32.@) .SH SYNOPSIS BOOL IsDBCSLeadByte ( BYTE \fItestchar\fR ) .SH DESCRIPTION .PP Determine if a character is a lead byte. .SH PARAMS \fItestchar\fR \fB[In]\fR Character to test. .PP .SH RETURNS .PP \fBTRUE\fR, if \fItestchar\fR is a lead byte in the \fBANSI\fR code page, \fBFALSE\fR otherwise. .SH IMPLEMENTATION .PP Declared in \fB"winnls.h"\fR. .PP Implemented in \fB"dlls/kernel32/locale.c"\fR. .PP Debug channel \fB"nls"\fR.