Microsoft Windows CE 3.0  

CLoadDirectDraw Class

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.

Microsoft DirectShow must work on multiple platforms; in particular, it also runs on Microsoft Windows NT 3.51, which does not have DirectDraw capabilities. The filters therefore cannot link statically to the DirectDraw library. To make the platform dependencies easier to handle, this class manages loading and unloading the library and creating the initial IDirectDrawinterface.

Member Functions

CLoadDirectDraw Constructs a CLoadDirectDrawobject.
GetDirectDraw Retrieves a pointer to the IDirectDrawinterface.
IsDirectDrawLoaded Verifies that DirectDraw is loaded.
IsDirectDrawVersion1 Checks the version of DirectDraw installed on the current system.
LoadDirectDraw Loads and initializes the DirectDraw library.
ReleaseDirectDraw Releases the IDirectDrawinterface.