Searched defs:CPropVariant (Results 1 – 2 of 2) sorted by relevance
60 CPropVariant() in CPropVariant() function118 …CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant() function119 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant() function128 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; } in CPropVariant() function129 CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0; uhVal.QuadPart = value; } in CPropVariant() function130 CPropVariant(const FILETIME &value) { vt = VT_FILETIME; wReserved1 = 0; filetime = value; } in CPropVariant() function
52 CPropVariant::CPropVariant(const PROPVARIANT &varSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant58 CPropVariant::CPropVariant(const CPropVariant &varSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant64 CPropVariant::CPropVariant(BSTR bstrSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant70 CPropVariant::CPropVariant(LPCOLESTR lpszSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant