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