Microsoft DirectX 9.0 |
Constructor method.
Syntax
CMediaControl(
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