Microsoft DirectX 8.1 (C++) |
Retrieves the DirectDraw interface.
Syntax
LPDIRECTDRAW GetDirectDraw(void);
Return Value
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.
See Also