Microsoft DirectX 8.1 (C++) |
Constructor method.
Syntax
CAggDrawSurface(
TCHAR *pName,
LPUNKNOWN pUnk
);
Parameters
pName
Pointer to the name of the object; used for debugging purposes.
pUnk
Pointer to the owner of this object. If non-NULL, IUnknown interface calls are delegated to this object.
Return Value
No return value.
Remarks
This member function calls the CUnknown::CUnknown base class constructor and sets the m_pDirectDrawSurface member variable to NULL.
See Also