Ignore:
Timestamp:
07/10/11 14:09:35 (13 years ago)
Author:
tim
Message:

fixed some problems interpreting key/value names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/pyregfi/structures.py

    r261 r268  
    3535REGFI_ENCODING = c_uint32
    3636REGFI_ENCODING_UTF8 = REGFI_ENCODING(1)
     37
     38REGFI_NK_FLAG_ASCIINAME = 0x0020
     39REGFI_VK_FLAG_ASCIINAME = 0x0001
    3740
    3841REGFI_DATA_TYPE = c_uint32
Note: See TracChangeset for help on using the changeset viewer.