|
|
|
IDXEffect Interface |
|
IID_IDXEffect |
{E31FB81B-1335-11D1-8189-0000F87557DB} |
|
This interface generically controls transition settings on all transform objects.
Remarks |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDispatch Methods |
Description |
|
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
GetTypeInfo |
Gets the type information for an object. |
|
GetIDsOfNames |
Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
|
Invoke |
Provides access to properties and methods exposed by an object. |
|
IDXEffect Members |
Description |
|
Capabilities |
Retrieves a value that indicates specific capabilities of a transition. |
|
Progress |
Retrieves the setting of the transform's IDXEffect::Progress property. Sets the requested progress made on the transform. |
|
StepResolution |
Retrieves the step size that corresponds to the smallest meaningful change for the IDXEffect::Progress property. |
|
Duration |
Retrieves the recommended length of time for performing a transition. Sets the suggested duration for the transition. |
|
Capabilities |
|
FUNCTION
IDXEffect_get_Capabilities
( _ |
|
Progress |
|
FUNCTION
IDXEffect_get_Progress
( _
FUNCTION
IDXEffect_put_Progress
( _
|
|
StepResolution |
|
FUNCTION
IDXEffect_get_StepResolution
( _
|
|
Duration |
|
FUNCTION
IDXEffect_get_Duration
( _
FUNCTION
IDXEffect_put_Duration
( _ |
Page last updated on Monday, 03 April 2006 19:47:03 +0200