IAccBartCacheManager Interface Reference
Detailed Description
The
IAccBartCacheManager interface is used to get bart items directly from the local cache if, for example, the
IAccSession is offline. Get
IAccBartCacheManager via AccSessionProp_BartCacheManager. The IAccSession's identity must be specified prior to using
IAccBartCacheManager.
Public Member Functions
Member Function Documentation
| HRESULT IAccBartCacheManager::GetItemByUserName |
( |
[in] AccBartItemType |
type, |
|
|
[in] xp_kstr |
userName, |
|
|
[out, retval] IAccBartItem ** |
ppiAccBartItem | |
|
) |
| | |
Get an IAccBartItem by userName. Currently only AccBartItemType_BuddyIcon is supported.