HomeSort by relevance Sort by last modified time
    Searched defs:CPropVariant (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
PropVariant.h 43 class CPropVariant : public tagPROPVARIANT
46 CPropVariant()
55 ~CPropVariant() throw() { Clear(); }
56 CPropVariant(const PROPVARIANT &varSrc);
57 CPropVariant(const CPropVariant &varSrc);
58 CPropVariant(BSTR bstrSrc);
59 CPropVariant(LPCOLESTR lpszSrc);
60 CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_FALSE); };
61 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; }
    [all...]
PropVariant.cpp 42 CPropVariant::CPropVariant(const PROPVARIANT &varSrc)
48 CPropVariant::CPropVariant(const CPropVariant &varSrc)
54 CPropVariant::CPropVariant(BSTR bstrSrc)
60 CPropVariant::CPropVariant(LPCOLESTR lpszSrc)
66 CPropVariant& CPropVariant::operator=(const CPropVariant &varSrc)
    [all...]

Completed in 179 milliseconds