CharNextW method

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

Implementation

ffi.Pointer<ffi.Uint16> CharNextW(
  ffi.Pointer<ffi.Uint16> lpsz,
) {
  return (_CharNextW ??=
      _dylib.lookupFunction<_c_CharNextW, _dart_CharNextW>('CharNextW'))(
    lpsz,
  );
}