Changeset 262 for trunk/include
- Timestamp:
- 06/17/11 13:51:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r258 r262 1 1 /* 2 * Copyright (C) 2005-201 0Timothy D. Morgan2 * Copyright (C) 2005-2011 Timothy D. Morgan 3 3 * Copyright (C) 2010 Michael Cohen 4 4 * Copyright (C) 2005 Gerald (Jerry) Carter … … 1152 1152 * @param file the file from which key is derived 1153 1153 * @param key the key whose subkey is desired 1154 * @param name name of the desired subkey 1154 * @param name name of the desired subkey (case-insensitive) 1155 1155 * @param index a return value: the index of the desired subkey. 1156 1156 * undefined on error … … 1171 1171 * @param file the file from which key is derived 1172 1172 * @param key the key whose value is desired 1173 * @param name name of the desired value 1173 * @param name name of the desired value (case-insensitive) 1174 1174 * @param index a return value: the index of the desired value. 1175 1175 * undefined on error … … 1753 1753 _EXPORT() 1754 1754 int32_t regfi_calc_maxsize(REGFI_FILE* file, uint32_t offset); 1755 int32_t regfi_conv_charset(const char* input_charset, 1756 const char* output_charset, 1757 uint8_t* input, char* output, 1758 uint32_t input_len, uint32_t output_max); 1755 REGFI_BUFFER regfi_conv_charset(const char* input_charset, const char* output_charset, 1756 uint8_t* input, uint32_t input_len); 1759 1757 _EXPORT() 1760 1758 REGFI_DATA* regfi_buffer_to_data(REGFI_BUFFER raw_data);
Note: See TracChangeset
for help on using the changeset viewer.