Microsoft Windows CE 3.0  

CLoadDirectDraw::IsDirectDrawVersion1

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.

Checks the version of DirectDraw installed on the current system.

BOOL IsDirectDrawVersion1(void);

Return Values

Returns TRUE if the installed version of DirectDraw doesn't support the IDirectDraw2interface, or FALSE if the m_pDirectDrawdata member is NULL or the installed version of DirectDraw supports IDirectDraw2.

Remarks

The video renderer must know what the installed version of DirectDraw is to perform certain tasks, such as full-screen playback, which the IDirectDraw2interface supports.