Microsoft Windows CE 3.0  

IDsCaptureDriver Interface

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 IDsCaptureDriverinterface is the main control interface for the capture driver. This interface is nearly functionally identical to the IDsDriver interface, except that it adds sound capture capabilities.

The IDsCaptureDriverinterface contains the following methods:

IUnknown Methods Description
AddRef Increments the reference count.
QueryInterface Retrieves pointers to supported interfaces.
Release Decrements the reference count.
IDsCaptureDriver Methods
Close Returns the object back to system use.
CreateCaptureBuffer Creates the capture buffer.
GetCaps Populates a DSDRIVERCAPS structure.
GetDriverDesc Retrieves a description of the driver.
Open Acquires the device for exclusive use.


 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.