IDirectDrawVideo::GetDirectDraw (Compact 2013)
3/26/2014
This method retrieves the IDirectDraw interface.
Syntax
HRESULT GetDirectDraw(
LPDIRECTDRAW* ppDirectDraw
);
Parameters
- ppDirectDraw
IDirectDraw interface.
Return Value
Returns an HRESULT value.
Remarks
If an application wants to load DirectDraw but allow the renderer to also allocate surfaces, it can let the renderer load DirectDraw and then obtain a reference-incremented interface to it through this method.
The interface returned should be released by the application when it is finished with it.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |