DirectSoundCreate (DSOUND.1)
HRESULT DirectSoundCreate ( LPCGUID lpcGUID, LPDIRECTSOUND* ppDS, IUnknown* pUnkOuter )
Creates and initializes a DirectSound interface.
lpcGUID | [In] | Address of the GUID that identifies the sound device. |
ppDS | [Out] | Address of a variable to receive the interface pointer. |
pUnkOuter | [In] | Must be NULL. |
Success: DS_OK
Failure: DSERR_ALLOCATED, DSERR_INVALIDPARAM, DSERR_NOAGGREGATION, DSERR_NODRIVER, DSERR_OUTOFMEMORY
Declared in "include/dsound.h". gitlab.winehq.org/wine/wine/blob/master/include/dsound.h
Implemented in "dlls/dsound/dsound.c". gitlab.winehq.org/wine/wine/blob/master/dlls/dsound/dsound.c
Debug channel "dsound".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.