Home
last modified time | relevance | path

Searched refs:wReserved1 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DPropVariant.h15 CPropVariant() { vt = VT_EMPTY; wReserved1 = 0; } in CPropVariant()
21 …CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant()
22 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant()
23 CPropVariant(Int16 value) { vt = VT_I2; wReserved1 = 0; iVal = value; } in CPropVariant()
24 CPropVariant(Int32 value) { vt = VT_I4; wReserved1 = 0; lVal = value; } in CPropVariant()
25 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; } in CPropVariant()
26 CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0; uhVal.QuadPart = value; } in CPropVariant()
27 CPropVariant(const FILETIME &value) { vt = VT_FILETIME; wReserved1 = 0; filetime = value; } in CPropVariant()
DPropVariant.cpp59 wReserved1 = 0; in operator =()
75 wReserved1 = 0; in operator =()
136 prop->wReserved1 = 0; in SET_PROP_FUNC()
/external/lzma/CPP/Common/
DMyWindows.h153 PROPVAR_PAD1 wReserved1; member