Microsoft Windows CE 3.0  

GetDDGPESurf

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.

This function gets the DDGPESurfobject associated with a DirectDraw surface. You would normally use this function to gain access to GPEfunctions that require a DDGPESurfobject.

static DDGPESurf*GetDDGPESurf (
LPDDRAWI_DDRAWSURFACE_LCL
lpDDSurface
);

Parameters

lpDDSurface
A pointer to an existing DirectDraw surface that has an associated DDGPESurfobject.

Return Values

The return value is S_OK 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.