GetCommandLineW method

Pointer<Uint16> GetCommandLineW()

Implementation

ffi.Pointer<ffi.Uint16> GetCommandLineW() {
  return (_GetCommandLineW ??=
      _dylib.lookupFunction<_c_GetCommandLineW, _dart_GetCommandLineW>(
          'GetCommandLineW'))();
}