CharUpperW method

Pointer<Uint16> CharUpperW(
  1. Pointer<Uint16> lpsz
)

Implementation

ffi.Pointer<ffi.Uint16> CharUpperW(
  ffi.Pointer<ffi.Uint16> lpsz,
) {
  return (_CharUpperW ??=
      _dylib.lookupFunction<_c_CharUpperW, _dart_CharUpperW>('CharUpperW'))(
    lpsz,
  );
}