#include <INewUIDCmdData.h>
|
| enum | { kDefaultIID = IID_INEWUIDCMDDATA } |
| |
Data interface for creating new UIDs.
- See Also
- kNewUIDCmdBoss
| virtual ClassID INewUIDCmdData::GetClassID | ( | | ) | |
| pure virtual |
Return the ClassID the new UID will have
- Returns
- The ClassID of the new UID.
| virtual IDataBase* INewUIDCmdData::GetDataBase | ( | | ) | const |
| pure virtual |
Return the database UID will be created in
- Returns
- The database UID will be created in
Set the information required for creating the UID
- Parameters
| db | What database the UID should be created in |
| classID | What ClassID the UID should have |