GetConsoleCommandHistoryW method
Implementation
int GetConsoleCommandHistoryW(
ffi.Pointer<ffi.Uint16> Commands,
int CommandBufferLength,
ffi.Pointer<ffi.Uint16> ExeName,
) {
return (_GetConsoleCommandHistoryW ??= _dylib.lookupFunction<
_c_GetConsoleCommandHistoryW,
_dart_GetConsoleCommandHistoryW>('GetConsoleCommandHistoryW'))(
Commands,
CommandBufferLength,
ExeName,
);
}