Click or drag to resize

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
Syntax
VB
Public Enumeration mcStackInfoWhatInfo
Members
  Member nameValueDescription
mcsiwiStackDepth0Depth 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.
mcsiwiStateUndoable1The DepthIndex state'sbacked up Undoable is returned as an IDispatch*.
mcsiwiStateValue2The DepthIndex state'sbacked up Value is returned as a copy of this Variant.
mcsiwiStateContext3The DepthIndex state'sbacked up Context is returned as a copy of this Variant.
mcsiwiStateDescription4The DepthIndex state'sbacked up Description is returned as a String value.
mcsiwiStateOperation5The DepthIndex state'sbacked up Operation flags are returned as a Long value.
mcsiwiStateOwner6The DepthIndex state'sbacked up Owner is returned as a copy of this Variant.
mcsiwiStateID7The DepthIndex state'sbacked up ID is returned as a Long Vlaue.
cmsiwiUnjoinJoinedStates-2147483648This 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