#include <IPMUnknownRefListData.h>
Data interface for storing a list of boss object references (PMUnknownRefList).
- See Also
- PMUnknownRefList
| virtual PMUnknownRefList* IPMUnknownRefListData::GetPMUnknownRefList | ( | void | | ) | const |
| pure virtual |
Return the list
- Returns
- return the list
| virtual void IPMUnknownRefListData::SetPMUnknownRefList | ( | PMUnknownRefList * | array | ) | |
| pure virtual |
Set the list to the new value.
- Parameters
| array | pointer to the new list. IPMUnknownRefListData owns the pointer after the call to Set, and will be responsible for deleting it. |