Searched refs:VARIANTARG (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/Common/
H A DMyWindows.h177 typedef VARIANT VARIANTARG; typedef
179 MY_EXTERN_C HRESULT VariantClear(VARIANTARG *prop);
180 MY_EXTERN_C HRESULT VariantCopy(VARIANTARG *dest, VARIANTARG *src);
/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp121 ::VariantClear((VARIANTARG *)value);
/external/chromium_org/remoting/base/
H A Ddispatch_win.h24 // A helper wrapper for |VARIANTARG| that is used to pass parameters to and from
26 // |VARIANTARG| structures. The calling convention of IDispatch::Invoke() is:
34 // Using |ScopedVariantArg| instead of naked |VARIANTARG| ensures that
38 // |VARIANTARG|).
41 // a pointer to an array of |VARIANTARG| structures.
42 class ScopedVariantArg : public VARIANTARG {
52 // Wrap() routines pack the input parameters into VARIANTARG structures so
73 // Unwrap() routines unpack the output parameters from VARIANTARG structures
91 *static_cast<VARIANTARG*>(this) = temp;
97 // Make sure the layouts of |VARIANTARG| an
[all...]
/external/lzma/CPP/Windows/
H A DPropVariant.cpp139 return ::VariantClear((VARIANTARG *)prop);

Completed in 2068 milliseconds