reg.c File Reference
#include <windows.h>
#include <wine/unicode.h>
#include "reg.h"
#include <windef.h>
Go to the source code of this file.
Functions |
| static int | reg_printfW (const WCHAR *msg,...) |
| static int | reg_message (int msg) |
| static HKEY | get_rootkey (LPWSTR key) |
| static DWORD | get_regtype (LPWSTR type) |
| static LPBYTE | get_regdata (LPWSTR data, DWORD reg_type, WCHAR separator, DWORD *reg_count) |
| static int | reg_add (WCHAR *key_name, WCHAR *value_name, BOOL value_empty, WCHAR *type, WCHAR separator, WCHAR *data, BOOL force) |
| static int | reg_delete (WCHAR *key_name, WCHAR *value_name, BOOL value_empty, BOOL value_all, BOOL force) |
| static int | reg_query (WCHAR *key_name, WCHAR *value_name, BOOL value_empty, BOOL subkey) |
| int | wmain (int argc, WCHAR *argvW[]) |