ReactOS 0.4.16-dev-853-g88d9285
|
Public Attributes | |
DWORD | type |
union { | |
INT i4 | |
SHORT i2 | |
FILETIME ft | |
struct { | |
DWORD len | |
BYTE str [1] | |
} str | |
} | u |
FILETIME property_data::ft |
Definition at line 79 of file suminfo.c.
Referenced by read_properties_from_data().
SHORT property_data::i2 |
Definition at line 78 of file suminfo.c.
Referenced by read_properties_from_data().
INT property_data::i4 |
Definition at line 77 of file suminfo.c.
Referenced by read_properties_from_data().
BYTE property_data::str[1] |
Definition at line 82 of file suminfo.c.
Referenced by read_properties_from_data().
struct { ... } property_data::str |
DWORD property_data::type |
Definition at line 75 of file suminfo.c.
Referenced by read_properties_from_data().
union { ... } property_data::u |
Referenced by read_properties_from_data().