#include <ITrackChangeSettingsSuite.h>
|
| enum | { kDefaultIID = IID_ITRACKCHANGESETTINGSSUITE } |
| |
ITrackChangeSettingsSuite
This is a suite for getting a setting track changes settings.
| virtual bool16 ITrackChangeSettingsSuite::CanSetStoryTrackingState | ( | | ) | const |
| pure virtual |
Can set the story's track changes state?
- Parameters
- Returns
- bool16
| virtual bool16 ITrackChangeSettingsSuite::GetStoryTrackingState | ( | | ) | const |
| pure virtual |
Get the story's current track change state.
- Parameters
- Returns
- bool16
| virtual ErrorCode ITrackChangeSettingsSuite::SetStoryTrackingState | ( | bool16 | bTrackingState, | | | UIDList * | cmdUIDList = nil | | ) | | |
| pure virtual |
Set the story or stories track change state.
- Parameters
| bool16 | |
| UIDList* | - uid list for multiple stories, nil means current story's only |
- Returns
- ErrorCode