Home
last modified time | relevance | path

Searched refs:DSOUND_PrimaryDestroy (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/dsound/
H A Ddsound_private.h363 HRESULT DSOUND_PrimaryDestroy(DirectSoundDevice *device) DECLSPEC_HIDDEN;
H A Dprimary.c321 HRESULT DSOUND_PrimaryDestroy(DirectSoundDevice *device) in DSOUND_PrimaryDestroy() function
H A Ddsound.c1244 hr = DSOUND_PrimaryDestroy(device); in DirectSoundDevice_Release()