| DirectX SDK |
The DirectX7.DirectSoundCreate method created a DirectSound object.
object.DirectSoundCreate(guid As String) As DirectSound
If the method succeeds, a reference to a DirectSound object is returned.
If the method fails, an error is raised and Err.Number may be set to one of the following error codes:
| DSERR_ALLOCATED |
| DSERR_INVALIDPARAM |
| DSERR_NOAGGREGATION |
| DSERR_NODRIVER |
| DSERR_OUTOFMEMORY |