Microsoft DirectX 8.1 (C++) |
Constructor method.
Syntax
CBaseVideoWindow(
const TCHAR *pName,
LPUNKNOWN pUnk
);
Parameters
pName
Pointer to the name of the object used in the CBaseVideoWindow constructor for debugging purposes.
pUnk
Pointer to the owner of this object.
Return Value
No return value.
Remarks
Allocate the pName parameter in static memory. This name appears on the debugging terminal upon creation and deletion of an object.
See Also