Home
last modified time | relevance | path

Searched refs:IDsDriver_GetCaps (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Ddsdriver.h162 #define IDsDriver_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) macro
/reactos/dll/directx/wine/dsound/
H A Ddsound.c1401 hr = IDsDriver_GetCaps(device->driver,&(device->drvcaps)); in DirectSoundDevice_Initialize()