Previous Topic: bool SetDescription(LPCTSTR szDesc)

Next Topic: void SetItemPath(LPCTSTR szItemPathName)


void SetItemPathObjId(HAROBJID iItemPathObjId)

Identifies the item path to be removed by its object ID.

Note: Takes precedence over name. If present then item path name is ignored.

Owning Class

CaRemovePath

Arguments

HAROBJID iItemPathObjId

Return Value

None

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
rRemovePath. SetItemPathObjId(12);

More information: