winprefs v0.3.2
A registry exporter for programmers.
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