Searched refs:SET_PROP_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 195 #define SET_PROP_FUNC(type, id, dest) \ macro 200 SET_PROP_FUNC(Byte, VT_UI1, bVal) in SET_PROP_FUNC() function 202 SET_PROP_FUNC(Int32, VT_I4, lVal) in SET_PROP_FUNC() 203 SET_PROP_FUNC(UInt32, VT_UI4, ulVal) in SET_PROP_FUNC() 204 SET_PROP_FUNC(UInt64, VT_UI8, uhVal.QuadPart) in SET_PROP_FUNC() 205 SET_PROP_FUNC(Int64, VT_I8, hVal.QuadPart) in SET_PROP_FUNC() 206 SET_PROP_FUNC(const FILETIME &, VT_FILETIME, filetime) in SET_PROP_FUNC()
|