CLoadDirectDraw::GetDirectDraw

Retrieves the DirectDraw interface.

LPDIRECTDRAW GetDirectDraw(void);

Return Values

Returns a pointer to the IDirectDraw interface.

Remarks

Call CLoadDirectDraw::LoadDirectDraw before calling this member function and call the CLoadDirectDraw::ReleaseDirectDraw member function to release the interface when you are done.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.