Microsoft DirectX 9.0 |
Constructor method.
Syntax
CMediaPosition(
const TCHAR *pName,
LPUNKNOWN pUnk
);
CMediaPosition(
const TCHAR *pName,
LPUNKNOWN pUnk
HRESULT *phr
);
Parameters
pName
Pointer to the name of the object, for debugging purposes. Allocate this parameter in static memory.
pUnk
Pointer to the owner of this object, or NULL if the object is not aggregated.
phr
Ignored.
See Also