winprefs 0.4.1
Dump a registry path to a series of 'reg add' commands.
Loading...
Searching...
No Matches
powershell.h
1#ifndef POWERSHELL_H
2#define POWERSHELL_H
3
4#include "io.h"
5
6bool do_write_powershell_reg_code(writer_t *writer,
7 const wchar_t *full_path,
8 const wchar_t *prop,
9 const char *value,
10 size_t data_len,
11 unsigned long type);
12
13#endif // POWERSHELL_H
Definition io_writer.h:4