#include <IAMSystemProvider.h>
|
| enum | { kDefaultIID = IID_IAMSYSTEMPROVIDER } |
| |
The IAMSystemProvider provides the components for an asset management system.
This method retrieves the IAssetMonitor instance if it exists.
- Returns
- a valid pointer or nil if the AMSP does not support asset monitoring.
This method retrieves the IAMUIServiceProvider if it exists.
- Returns
- a valid pointer or nil if the AMSP does not handle UI.
| virtual ErrorCode IAMSystemProvider::Init | ( | | ) | |
| pure virtual |
The Init() method performs any initialization required by the IAMSystemProvider. This method must be called before calling any other method.
- Returns
- a failure ErrorCode if there was an initialization error; otherwise, this method should return kSuccess.