DG Kernel Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > General Computing > IKCStack Search Documentation


IKCStack Interface

Push
Pop

Manages saving internally and restoring state of a software object. Example: State of 3DBugger

See also Interface List


HRESULT Push(int attributes)

Parameters

attributes - [in] identifies set of attributes to be stored

Remarks:

After this call current state of the object, which implements this interface will be stored by the object. Call to the Pop() method will restore the state. In this release the attributes parameter is ignored


HRESULT Pop(int attributes)

Parameters

attributes - [in] identifies set of attributes to be restored

Remarks:

Restored state of the object saved by the correspondent Push() call. In this release the attributes parameter is ignored