ExpungeConsoleCommandHistoryA method

void ExpungeConsoleCommandHistoryA(
  1. Pointer<Int8> ExeName
)

Implementation

void ExpungeConsoleCommandHistoryA(
  ffi.Pointer<ffi.Int8> ExeName,
) {
  return _ExpungeConsoleCommandHistoryA(
    ExeName,
  );
}