CLoadDirectDraw Class (Compact 2013)
3/26/2014
CLoadDirectDraw Class
DirectShow must work on multiple platforms. The filters therefore cannot link statically to the Microsoft DirectDraw® library.
To make the platform dependencies easier to handle, this class manages loading and unloading the library and creating the initial IDirectDraw interface.
Member Functions
Member function |
Description |
---|---|
Constructs a CLoadDirectDraw object. |
|
Retrieves a pointer to the IDirectDraw interface. |
|
Verifies that DirectDraw is loaded. |
|
Checks the version of DirectDraw installed on the current system. |
|
Loads and initializes the DirectDraw library. |
|
Releases the IDirectDraw interface. |
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |