IRsNtObjVersionList Struct Reference
Inherits IUnknown.
List of all members.
Detailed Description
Object scan, store and later restore connector's versions for specified node.
Member Function Documentation
| HRESULT IRsNtObjVersionList::Create |
( |
[in] IRsNode * |
pSpace |
) |
|
Call to create scan of connectors' versions for specified node object.
- Parameters:
-
| pSpace | [in] Node for which you can perform the scan. |
| HRESULT IRsNtObjVersionList::Restore |
( |
[in] IRsNode * |
pSpace |
) |
|
Restore connectors' version for specified node.
The method suppose the node will have the same connectors as the node on which the scan was performed.
- Parameters:
-
| pSpace | [in] Node for which the connectors' versions should be restored. |