Searched defs:CPropVariant (Results 1 – 2 of 2) sorted by relevance
49 CPropVariant() in CPropVariant() function63 …CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant() function64 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant() function71 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; } in CPropVariant() function72 CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0; uhVal.QuadPart = value; } in CPropVariant() function73 CPropVariant(Int64 value) { vt = VT_I8; wReserved1 = 0; hVal.QuadPart = value; } in CPropVariant() function74 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