Changeset 131 for trunk/include
- Timestamp:
- 01/11/09 15:14:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r128 r131 391 391 392 392 uint8* regfi_parse_data(REGF_FILE* file, uint32 offset, 393 uint32 length, bool strict);393 uint32 length, uint32 max_size, bool strict); 394 394 395 395 REGF_SK_REC* regfi_parse_sk(REGF_FILE* file, uint32 offset, uint32 max_size, bool strict); … … 401 401 402 402 char* regfi_parse_classname(REGF_FILE* file, uint32 offset, 403 uint16* name_length, bool strict);403 uint16* name_length, uint32 max_size, bool strict); 404 404 405 405
Note: See TracChangeset
for help on using the changeset viewer.