Searched refs:GetProp (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/include/reactos/wine/ |
H A D | dxdiag.h | 71 #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 D | dxdiag.h | 41 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 D | imnact.idl | 226 cpp_quote("#undef GetProp") 230 HRESULT GetProp(
|
H A D | mimeole.idl | 607 cpp_quote("#undef GetProp") 611 HRESULT GetProp( 1147 HRESULT GetProp(
|
H A D | winuser.h | 5638 #define GetProp GetPropW macro 5804 #define GetProp GetPropA macro
|
/reactos/dll/win32/devmgr/properties/ |
H A D | hwpage.cpp | 551 hpd = (PHARDWARE_PAGE_DATA)GetProp(hwnd, in ParentSubWndProc()
|
H A D | advprop.cpp | 2762 dap = (PDEVADVPROP_INFO)GetProp(hwnd, in DlgParentSubWndProc()
|