Microsoft DirectX 9.0

CMediaEvent::CMediaEvent

Constructor method.

Syntax

CMediaEvent(
    const TCHAR *pName,
    LPUNKNOWN pUnk
);

Parameters

pName

Pointer to the name of the object 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 the object.

See Also