Microsoft DirectX 8.1 (C++)

CAggDirectDraw::CAggDirectDraw

Constructs a CAggDirectDraw object.

Syntax

CAggDirectDraw(
    TCHAR *pName,
    LPUNKNOWN pUnk
);

Parameters

pName

Pointer to the object's name; used for debugging purposes.

pUnk

Pointer to the owner of this object. If non-NULL, IUnknown calls are delegated to this object.

Return Value

No return value.

Remarks

This member function calls the CUnknown base class constructor and sets the m_pDirectDraw member variable to NULL.

See Also