Home
last modified time | relevance | path

Searched refs:GetProp (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/reactos/wine/
H A Ddxdiag.h71 #undef GetProp
87 STDMETHOD(GetProp)(THIS_ LPCWSTR pwszPropName, VARIANT* pvarProp) PURE; in DECLARE_INTERFACE_() local
102 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b)
114 #define IDxDiagContainer_GetProp(p,a,b) (p)->GetProp(a,b)
/reactos/sdk/include/dxsdk/
H A Ddxdiag.h41 STDMETHOD(GetProp) (THIS_ LPCWSTR pwszPropName, VARIANT *pvarProp) PURE; in DECLARE_INTERFACE_() local
72 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b)
87 #define IDxDiagContainer_GetProp(p,a,b) (p)->GetProp(p,a,b)
/reactos/sdk/include/psdk/
H A Dimnact.idl226 cpp_quote("#undef GetProp")
230 HRESULT GetProp(
H A Dmimeole.idl607 cpp_quote("#undef GetProp")
611 HRESULT GetProp(
1147 HRESULT GetProp(
H A Dwinuser.h5638 #define GetProp GetPropW macro
5804 #define GetProp GetPropA macro
/reactos/dll/win32/devmgr/properties/
H A Dhwpage.cpp551 hpd = (PHARDWARE_PAGE_DATA)GetProp(hwnd, in ParentSubWndProc()
H A Dadvprop.cpp2762 dap = (PDEVADVPROP_INFO)GetProp(hwnd, in DlgParentSubWndProc()