GetConsoleCommandHistoryLengthW method

int GetConsoleCommandHistoryLengthW(
  1. Pointer<Uint16> ExeName
)

Implementation

int GetConsoleCommandHistoryLengthW(
  ffi.Pointer<ffi.Uint16> ExeName,
) {
  return _GetConsoleCommandHistoryLengthW(
    ExeName,
  );
}