mcStackInfoWhatInfo Enumeration
|
|
Legal values for the IMcDeepUndoStack.StackInfo WhatInfo argument.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcStackInfoWhatInfo
Members
| Member name | Value | Description |
---|
| mcsiwiStackDepth | 0 | Depth of the stack isreturned as a Long value. Note that the depth mcsiwiStackDepth reports can
depend on whether the cmsiwiUnjoinJoinedStates flag is OR'ed with the
mcsiwiStackDepth. If this flag is clear (the default and usual situation),
then joined states are counted as one for the overall stack depth and
DepthIndex argument treatment. For the mcsiwiStackDepth WhatInfo argument,
the DepthIndex argument is ignored. For all other WhatInfo values, an error
is returned if the index is out of range. |
| mcsiwiStateUndoable | 1 | The DepthIndex state'sbacked up Undoable is returned as an IDispatch*. |
| mcsiwiStateValue | 2 | The DepthIndex state'sbacked up Value is returned as a copy of this Variant. |
| mcsiwiStateContext | 3 | The DepthIndex state'sbacked up Context is returned as a copy of this Variant. |
| mcsiwiStateDescription | 4 | The DepthIndex state'sbacked up Description is returned as a String value. |
| mcsiwiStateOperation | 5 | The DepthIndex state'sbacked up Operation flags are returned as a Long value. |
| mcsiwiStateOwner | 6 | The DepthIndex state'sbacked up Owner is returned as a copy of this Variant. |
| mcsiwiStateID | 7 | The DepthIndex state'sbacked up ID is returned as a Long Vlaue. |
| cmsiwiUnjoinJoinedStates | -2147483648 | This flag can beOR'ed with any of the other WhatInfo argument values to treat each state
pushed as independent, even if it is joined with the next (i.e., states with
the mcCommonUndoStackOperationFlag.smccusofJoinedToPrevious flag set).
The default and usual behavior is to treat joined states as one, returning
information from the last-pushed from a set of joined states. |
See Also