Microsoft Windows CE 3.0  

GetDirectDrawSurface

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.

The GetDirectDrawSurfacegets a pointer to the DirectDraw surface associated with the DDGPESurfobject.

You would use this function to perform operations on a GPEsurface in your DirectDraw HAL. For instance, you could use this function to accelerate certain GPEoperations through the DDHAL.

virtual LPDDRAWI_DDRAWSURFACE_LCLGetDirectDrawSurface (void
);

Parameters

None

Return Values

The return value is a pointer to the DirectDraw surface associated with the DDGPESurfobject if the function is successful. Otherwise, NULL is returned, and an error code is generated.



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.