Retrieves the item path specified by the provided path string.
Note: This object is owned by whoever creates it and must be deleted by its owner.
None
LPCTSTR szFullPath
The item path
Throws CaException on error.
Example
CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaItem* pItem = rContext.GetItemPathInView( _T (“\\a\\b\\c”));
More information:
| Copyright © 2013 CA. All rights reserved. |
|