Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The IDsDriverinterface is the main control interface for the driver. It is used to create (or query for) other interfaces.
The IDsDriverinterface contains the following methods:
IUnknown Methods | Description |
---|---|
AddRef | Increments the reference count. |
QueryInterface | Retrieves pointers to supported interfaces. |
Release | Decrements the reference count. |
IDsDriver Methods | Description |
---|---|
Close | Returns the object back for system use. |
CreateSoundBuffer | Called to create sound buffers. |
DuplicateSoundBuffer | Copies an existing sound buffer. |
GetCaps | Retrieves the capabilities of the device. |
GetDriverDesc | Retrieves a description of the device. |
Open | Acquires a device for exclusive use. |
Last updated on Tuesday, July 13, 2004