FreeRDP
|
#include <winpr/config.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/wtypes.h>
#include <winpr/assert.h>
#include <winpr/crt.h>
#include <winpr/file.h>
#include "registry_reg.h"
#include "../log.h"
Macros | |
#define | TAG WINPR_TAG("registry") |
#define | WINPR_HKLM_HIVE "/etc/winpr/HKLM.reg" |
Functions | |
static char * | reg_data_type_string (DWORD type) |
static BOOL | reg_load_start (Reg *reg) |
static void | reg_load_finish (Reg *reg) |
static RegVal * | reg_load_value (const Reg *reg, RegKey *key) |
static BOOL | reg_load_has_next_line (Reg *reg) |
static char * | reg_load_get_next_line (Reg *reg) |
static char * | reg_load_peek_next_line (Reg *reg) |
static void | reg_insert_key (Reg *reg, RegKey *key, RegKey *subkey) |
static RegKey * | reg_load_key (Reg *reg, RegKey *key) |
static void | reg_load (Reg *reg) |
static void | reg_unload_value (Reg *reg, RegVal *value) |
static void | reg_unload_key (Reg *reg, RegKey *key) |
static void | reg_unload (Reg *reg) |
Reg * | reg_open (BOOL read_only) |
void | reg_close (Reg *reg) |
const char * | reg_type_string (DWORD type) |
Variables | |
static struct reg_data_type | REG_DATA_TYPE_TABLE [] |
#define TAG WINPR_TAG("registry") |
WinPR: Windows Portable Runtime Windows Registry (.reg file format)
Copyright 2012 Marc-Andre Moreau marca ndre .more au@g mail. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
#define WINPR_HKLM_HIVE "/etc/winpr/HKLM.reg" |
void reg_close | ( | Reg * | reg | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Reg* reg_open | ( | BOOL | read_only | ) |
const char* reg_type_string | ( | DWORD | type | ) |
|
static |
|
static |
|
static |
|
static |