Changeset 61 for trunk/include
- Timestamp:
- 07/17/06 21:56:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfio.h
r54 r61 6 6 * Windows NT registry I/O library 7 7 * 8 * Copyright (C) 2005 Timothy D. Morgan8 * Copyright (C) 2005-2006 Timothy D. Morgan 9 9 * Copyright (C) 2005 Gerald (Jerry) Carter 10 10 * … … 67 67 #define REG_KEY 255 68 68 69 typedef struct _val_str {70 unsigned int val;71 const char * str;72 } VAL_STR;73 69 74 70 #define REGF_BLOCKSIZE 0x1000
Note: See TracChangeset
for help on using the changeset viewer.