Microsoft DirectX 9.0 |
Constructor method.
Syntax
CPosPassThru(
const TCHAR *pName,
LPUNKNOWN pUnk,
HRESULT *phr,
);
Parameters
pName
String containing the name of the object. See CBaseObject for more information.
pUnk
Pointer to the owner of this object. If the object is aggregated, pass a pointer to the aggregating object's IUnknown interface. Otherwise, set this parameter to NULL.
phr
Pointer to an HRESULT value. Ignored.
See Also