winprefs
0.4.1
Dump a registry path to a series of 'reg add' commands.
Loading...
Searching...
No Matches
native
io_writer.h
1
#ifndef IO_WRITER_H
2
#define IO_WRITER_H
3
4
typedef
struct
{
5
bool (*setup)(
void
*instance,
bool
writing_to_stdout,
wchar_t
*full_output_path);
6
void (*teardown)(
void
*instance);
7
bool (*write_output)(
void
*instance,
8
const
char
*mb_out,
9
size_t
total_size,
10
long
unsigned
int
*written);
11
void
*user_args;
12
}
writer_t
;
13
14
#endif
// IO_WRITER_H
writer_t
Definition
io_writer.h:4
Generated by
1.9.8