IdnToNameprepUnicode method

int IdnToNameprepUnicode(
  1. int dwFlags,
  2. Pointer<Uint16> lpUnicodeCharStr,
  3. int cchUnicodeChar,
  4. Pointer<Uint16> lpNameprepCharStr,
  5. int cchNameprepChar,
)

Implementation

int IdnToNameprepUnicode(
  int dwFlags,
  ffi.Pointer<ffi.Uint16> lpUnicodeCharStr,
  int cchUnicodeChar,
  ffi.Pointer<ffi.Uint16> lpNameprepCharStr,
  int cchNameprepChar,
) {
  return _IdnToNameprepUnicode(
    dwFlags,
    lpUnicodeCharStr,
    cchUnicodeChar,
    lpNameprepCharStr,
    cchNameprepChar,
  );
}