HomeSort by relevance Sort by last modified time
    Searched refs:VARIANTARG (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Common/
MyWindows.h 177 typedef VARIANT VARIANTARG;
179 MY_EXTERN_C HRESULT VariantClear(VARIANTARG *prop);
180 MY_EXTERN_C HRESULT VariantCopy(VARIANTARG *dest, VARIANTARG *src);
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 121 ::VariantClear((VARIANTARG *)value);
  /external/chromium_org/remoting/base/
dispatch_win.h 24 // 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| and |ScopedVariantArg| are identical
    [all...]
  /external/lzma/CPP/Windows/
PropVariant.cpp 139 return ::VariantClear((VARIANTARG *)prop);

Completed in 214 milliseconds