Microsoft Windows CE 3.0  

CAggDrawSurface::CAggDrawSurface

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.

Creates a CAggDrawSurfaceobject.

CAggDrawSurface(
TCHAR
*
pName
,
LPUNKNOWN
pUnk
);

Parameters

pName
Name of the object; used for debugging purposes.
pUnk
Pointer to the owner of this object. If non-NULL, IUnknowninterface calls are delegated to this object.

Return Values

No return value.

Remarks

This member function calls the CUnknown::CUnknownbase class constructor and sets the m_pDirectDrawSurfacemember variable to NULL.