Previous Topic: void SetItemPathObjId(HAROBJID iItemPathObjId)

Next Topic: bool SetCreateOnBranch(bool bFlag)


void SetItemPath(LPCTSTR szItemPathName)

Identifies the item path to be removed by its name.

Note: The name is ignored if an item path object ID is set.

Owning Class

CaRemovePath

Arguments

LPCTSTR szItemPathName

Return Value

None

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
rRemovePath. SetItemPath (“\sourcebase\code”);

More information: