Public Member Functions | |
| HRESULT | Clear (void) |
| HRESULT | SetConCacheId ([in] const CONID *pConId,[in] const RtNtCacheID *pVal) |
| HRESULT | GetConCacheId ([in] const CONID *pConId,[in] RtNtCacheID *pVal) |
Properties | |
| RtNtCacheID * | NodeCacheId [get, set] |
| HRESULT IRdNtCacheInfo::Clear | ( | void | ) |
Clears the data object.
| HRESULT IRdNtCacheInfo::SetConCacheId | ( | [in] const CONID * | pConId, | |
| [in] const RtNtCacheID * | pVal | |||
| ) |
Set cache id for specific connector. The cache id represents value of the connector. Specify NULL or GUID_NULL to remove the cache id.
| pConId | [in] . | |
| pVal | [in] . |
| HRESULT IRdNtCacheInfo::GetConCacheId | ( | [in] const CONID * | pConId, | |
| [in] RtNtCacheID * | pVal | |||
| ) |
Get cache id for specific connector.
| pConId | [in] Specify connector ID for which you want to find cache ID. | |
| ppVal | [in] Returns cache ID. This parameter is optional. |
S_FALSE - If not found.
or other standard errors.
RtNtCacheID * IRdNtCacheInfo::NodeCacheId [get, set] |
Retrieve node cache id. Specify NULL or GUID_NULL to remove the cache id.
| pVal | [in] . |
1.5.5