|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wpp.h>

Public Attributes | |
| char *(* | lookup )(const char *filename, int type, const char *parent_name, char **include_path, int include_path_count) |
| void *(* | open )(const char *filename, int type) |
| void(* | close )(void *file) |
| int(* | read )(void *file, char *buffer, unsigned int len) |
| void(* | write )(const char *buffer, unsigned int len) |
| void(* | error )(const char *file, int line, int col, const char *near, const char *msg, va_list ap) |
| void(* | warning )(const char *file, int line, int col, const char *near, const char *msg, va_list ap) |