Searched refs:SET_PROP_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 148 #define SET_PROP_FUNC(type, id, dest) \ macro 153 SET_PROP_FUNC(Byte, VT_UI1, bVal) in SET_PROP_FUNC() function 155 SET_PROP_FUNC(Int32, VT_I4, lVal) in SET_PROP_FUNC() 156 SET_PROP_FUNC(UInt32, VT_UI4, ulVal) in SET_PROP_FUNC() 157 SET_PROP_FUNC(UInt64, VT_UI8, uhVal.QuadPart) in SET_PROP_FUNC() 158 SET_PROP_FUNC(Int64, VT_I8, hVal.QuadPart) in SET_PROP_FUNC() 159 SET_PROP_FUNC(const FILETIME &, VT_FILETIME, filetime) in SET_PROP_FUNC()
|