#include <IBookCmdData.h>
|
| enum | { kDefaultIID = IID_IBOOKCMDDATA } |
| |
Command data interface associated with book commands.
- See Also
- kNewBookCmdBoss
- kOpenBookCmdBoss
Get the open options, either open exclusive or shared.
- Parameters
- Returns
- IBook::openOptions the open option.
| virtual const UIFlags IBookCmdData::GetOpenUIFlag | ( | | ) | const |
| pure virtual |
Get the open UI flag.
- Parameters
- Returns
- UIFlags the open UI flag.
| virtual IDFile IBookCmdData::GetSysFile | ( | | ) | |
| pure virtual |
Get the book IDFile which the command will operate on.
- Parameters
- Returns
- IDFile the book.
Set the open book options.
- Parameters
| options | IN the open option. |
| virtual void IBookCmdData::SetOpenUIFlag | ( | const UIFlags | uiFlag | ) | |
| pure virtual |
Set the open UI flag.
- Parameters
| uiFlag | IN the UI flag for open operation. |
Set the protection level for operating the book.
- Parameters
| protection | IN the protection level. |
| virtual void IBookCmdData::SetSysFile | ( | const IDFile & | sysFile | ) | |
| pure virtual |
Set the book IDFile.
- Parameters
| sysFile | IN the book to be operated on. |