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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddxdiag.h80 #undef GetProp macro
96 STDMETHOD(GetProp)(THIS_ LPCWSTR pwszPropName, VARIANT* pvarProp) PURE;
111 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b)
123 #define IDxDiagContainer_GetProp(p,a,b) (p)->GetProp(a,b)
H A Dwinuser.h3620 #define GetProp WINELIB_NAME_AW(GetProp) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddxdiag.h80 #undef GetProp macro
96 STDMETHOD(GetProp)(THIS_ LPCWSTR pwszPropName, VARIANT* pvarProp) PURE;
111 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b)
123 #define IDxDiagContainer_GetProp(p,a,b) (p)->GetProp(a,b)
H A Dwinuser.h4698 #define GetProp WINELIB_NAME_AW(GetProp) macro

Completed in 124 milliseconds