GetConsoleCommandHistoryLengthW method

int GetConsoleCommandHistoryLengthW(
  1. Pointer<Uint16> ExeName
)

Implementation

int GetConsoleCommandHistoryLengthW(
  ffi.Pointer<ffi.Uint16> ExeName,
) {
  return (_GetConsoleCommandHistoryLengthW ??= _dylib.lookupFunction<
          _c_GetConsoleCommandHistoryLengthW,
          _dart_GetConsoleCommandHistoryLengthW>(
      'GetConsoleCommandHistoryLengthW'))(
    ExeName,
  );
}