Changeset 202 for trunk/include
- Timestamp:
- 06/06/10 20:36:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r201 r202 340 340 341 341 /* Number of immediate children */ 342 uint32_t num_children; 343 344 /* Total number of keys referenced by this list and it 's children */345 uint32_t num_keys; 342 uint32_t num_children; 343 344 /* Total number of keys referenced by this list and its children */ 345 uint32_t num_keys; 346 346 347 347 REGFI_SUBKEY_LIST_ELEM* elements; … … 349 349 350 350 /* Set if the magic indicates this subkey list points to child subkey lists */ 351 bool recursive_type; 351 bool recursive_type; 352 352 } REGFI_SUBKEY_LIST; 353 353 … … 708 708 * also stores a list of warnings and error messages generated while parsing 709 709 * the registry hive. These can be tuned using @ref regfi_set_message_mask. 710 * Messages may be retrieved using @ref regfi_ get_messages.710 * Messages may be retrieved using @ref regfi_log_get_str. 711 711 * 712 712 * @note If the message mask is set to record any messages, dependent code 713 * must use @ref regfi_ get_messagesperiodically to clear the message713 * must use @ref regfi_log_get_str periodically to clear the message 714 714 * queue. Otherwise, this structure will grow in size over time as 715 715 * messages queue up. … … 1530 1530 REGFI_ENCODING output_encoding, bool strict); 1531 1531 1532 _EXPORT 1533 void regfi_init(); 1534 1532 1535 1533 1536 #endif /* _REGFI_H */
Note: See TracChangeset
for help on using the changeset viewer.