Microsoft DirectX 8.1 (C++) |
The SetProps method sets the properties of the target object to the appropriate state for the specified time.
Syntax
HRESULT SetProps(
IUnknown *pTarget,
REFERENCE_TIME rtNow
);
Parameters
pTarget
[in] Pointer to the target object for which to set the properties.
rtNow
[in] Time at which to set the properties, in 100-nanosecond units, or 1 to set static properties (those that do not vary over time).
Return Value
Returns an HRESULT value.
Remarks
This method is called by DES to set the properties on a transition or effect. An application will not normally call this method.
The object specified by pTarget must implement the IDispatch interface.
See Also