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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd2d1_1.h287 STDMETHOD(GetValueByName)(PCWSTR name, D2D1_PROPERTY_TYPE type, BYTE *data, UINT32 dataSize) CONST PURE;
300 HRESULT GetValueByName(PCWSTR name, BYTE *data, UINT32 dataSize) CONST {
301 return GetValueByName(name, D2D1_PROPERTY_TYPE_UNKNOWN, data, dataSize);
309 HRESULT GetValueByName(PCWSTR propertyName, T *value) const { function
310 return GetValueByName(propertyName, reinterpret_cast<BYTE*>(value), sizeof(*value));
314 T GetValueByName(PCWSTR propertyName) const { function
316 GetValueByName(propertyName, reinterpret_cast<BYTE*>(&ret), sizeof(ret));
H A Dcontrol.h1613 virtual HRESULT WINAPI GetValueByName(BSTR szName,__LONG32 *lIndex,__LONG32 *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax) = 0;
1630 HRESULT (WINAPI *GetValueByName)(IAMStats *This,BSTR szName,__LONG32 *lIndex,__LONG32 *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax); member in struct:IAMStatsVtbl
1649 #define IAMStats_GetValueByName(This,szName,lIndex,lCount,dLast,dAverage,dStdDev,dMin,dMax) (This)->lpVtbl->GetValueByName(This,szName,lIndex,lCount,dLast,dAverage,dStdDev,dMin,dMax)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd2d1_1.h287 STDMETHOD(GetValueByName)(PCWSTR name, D2D1_PROPERTY_TYPE type, BYTE *data, UINT32 dataSize) CONST PURE;
300 HRESULT GetValueByName(PCWSTR name, BYTE *data, UINT32 dataSize) CONST {
301 return GetValueByName(name, D2D1_PROPERTY_TYPE_UNKNOWN, data, dataSize);
309 HRESULT GetValueByName(PCWSTR propertyName, T *value) const { function
310 return GetValueByName(propertyName, reinterpret_cast<BYTE*>(value), sizeof(*value));
314 T GetValueByName(PCWSTR propertyName) const { function
316 GetValueByName(propertyName, reinterpret_cast<BYTE*>(&ret), sizeof(ret));
H A Dcontrol.h1613 virtual HRESULT WINAPI GetValueByName(BSTR szName,__LONG32 *lIndex,__LONG32 *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax) = 0;
1630 HRESULT (WINAPI *GetValueByName)(IAMStats *This,BSTR szName,__LONG32 *lIndex,__LONG32 *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax); member in struct:IAMStatsVtbl
1649 #define IAMStats_GetValueByName(This,szName,lIndex,lCount,dLast,dAverage,dStdDev,dMin,dMax) (This)->lpVtbl->GetValueByName(This,szName,lIndex,lCount,dLast,dAverage,dStdDev,dMin,dMax)

Completed in 118 milliseconds