IsDBCSLeadByteEx method

int IsDBCSLeadByteEx(
  1. int CodePage,
  2. int TestChar
)

Implementation

int IsDBCSLeadByteEx(
  int CodePage,
  int TestChar,
) {
  return _IsDBCSLeadByteEx(
    CodePage,
    TestChar,
  );
}