IListFactory interface.
More...
#include <meeting_service_interface.h>
◆ ~IListFactory()
virtual IListFactory::~IListFactory |
( |
| ) |
|
|
inlinevirtual |
◆ CreateAssetsInfoList()
Creates a new list of GrantCoOwnerAssetsInfo objects.
- Returns
- IList<GrantCoOwnerAssetsInfo>* A pointer to a newly created list of GrantCoOwnerAssetsInfo.For more details, see GrantCoOwnerAssetsInfo.
- Note
- The caller is responsible for destroying the list using DestroyAssetsInfoList to avoid memory leaks.
◆ DestroyAssetsInfoList()
Destroys a previously created list of GrantCoOwnerAssetsInfo objects.
- Parameters
-
- Note
- This should only be called for lists created by CreateAssetsInfoList.