GetConsoleCommandHistoryLengthA method

int GetConsoleCommandHistoryLengthA(
  1. Pointer<Int8> ExeName
)

Implementation

int GetConsoleCommandHistoryLengthA(
  ffi.Pointer<ffi.Int8> ExeName,
) {
  return _GetConsoleCommandHistoryLengthA(
    ExeName,
  );
}