winprefs
0.4.1
Dump a registry path to a series of 'reg add' commands.
Loading...
Searching...
No Matches
native
reg_code.h
1
#ifndef REG_CODE_H
2
#define REG_CODE_H
3
4
#include "io.h"
5
6
bool
do_write_c_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
bool
do_write_c_sharp_reg_code(
writer_t
*writer,
13
const
wchar_t
*full_path,
14
const
wchar_t
*prop,
15
const
char
*value,
16
size_t
data_len,
17
unsigned
long
type);
18
bool
do_write_powershell_reg_code(
writer_t
*writer,
19
const
wchar_t
*full_path,
20
const
wchar_t
*prop,
21
const
char
*value,
22
size_t
data_len,
23
unsigned
long
type);
24
25
#endif
// REG_CODE_H
writer_t
Definition
io_writer.h:4
Generated by
1.9.8