GetConsoleCommandHistoryLengthA method

int GetConsoleCommandHistoryLengthA(
  1. Pointer<Int8> ExeName
)

Implementation

int GetConsoleCommandHistoryLengthA(
  ffi.Pointer<ffi.Int8> ExeName,
) {
  return (_GetConsoleCommandHistoryLengthA ??= _dylib.lookupFunction<
          _c_GetConsoleCommandHistoryLengthA,
          _dart_GetConsoleCommandHistoryLengthA>(
      'GetConsoleCommandHistoryLengthA'))(
    ExeName,
  );
}