ExpungeConsoleCommandHistoryW method

void ExpungeConsoleCommandHistoryW(
  1. Pointer<Uint16> ExeName
)

Implementation

void ExpungeConsoleCommandHistoryW(
  ffi.Pointer<ffi.Uint16> ExeName,
) {
  return (_ExpungeConsoleCommandHistoryW ??= _dylib.lookupFunction<
      _c_ExpungeConsoleCommandHistoryW,
      _dart_ExpungeConsoleCommandHistoryW>('ExpungeConsoleCommandHistoryW'))(
    ExeName,
  );
}