GetTextCharset method

int GetTextCharset(
  1. Pointer<HDC__> hdc
)

Implementation

int GetTextCharset(
  ffi.Pointer<HDC__> hdc,
) {
  return (_GetTextCharset ??=
      _dylib.lookupFunction<_c_GetTextCharset, _dart_GetTextCharset>(
          'GetTextCharset'))(
    hdc,
  );
}