GetTextCharset method

int GetTextCharset(
  1. Pointer<HDC__> hdc
)

Implementation

int GetTextCharset(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetTextCharset(
    hdc,
  );
}