Searched defs:VARIANT (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/win/
H A Dscoped_variant.h18 // Scoped VARIANT class for automatically freeing a COM VARIANT at the
20 // encapsulated VARIANT easier to use.
21 // Instead of inheriting from VARIANT, we take the containment approach
27 static const VARIANT kEmptyVariant;
35 // Constructor to create a new VT_BSTR VARIANT.
44 // VARIANT.lVal (32 bit sized field).
61 explicit ScopedVariant(const VARIANT& var);
69 // Give ScopedVariant ownership over an already allocated VARIANT.
70 void Reset(const VARIANT
[all...]

Completed in 62 milliseconds