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