Searched refs:IDxDiagContainer_GetProp (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/dxdiagn/ |
H A D | container.c | 637 hr = IDxDiagContainer_GetProp(child, NULL, NULL); in test_GetProp() 641 hr = IDxDiagContainer_GetProp(child, NULL, &var); in test_GetProp() 645 hr = IDxDiagContainer_GetProp(child, emptyW, NULL); in test_GetProp() 649 hr = IDxDiagContainer_GetProp(child, emptyW, &var); in test_GetProp() 653 hr = IDxDiagContainer_GetProp(child, testW, NULL); in test_GetProp() 657 hr = IDxDiagContainer_GetProp(child, testW, &var); in test_GetProp() 662 hr = IDxDiagContainer_GetProp(child, property, &var); in test_GetProp() 672 hr = IDxDiagContainer_GetProp(child, property, &var); in test_GetProp() 688 hr = IDxDiagContainer_GetProp(child, property, &var); in test_GetProp() 702 hr = IDxDiagContainer_GetProp(child, property, &var); in test_GetProp() [all …]
|
/reactos/sdk/include/reactos/wine/ |
H A D | dxdiag.h | 102 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b) macro 114 #define IDxDiagContainer_GetProp(p,a,b) (p)->GetProp(a,b) macro
|
/reactos/sdk/include/dxsdk/ |
H A D | dxdiag.h | 72 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b) macro 87 #define IDxDiagContainer_GetProp(p,a,b) (p)->GetProp(p,a,b) macro
|