Previous Topic: LPCTSTR GetItemName(void)

Next Topic: bool GetRecursive(void)


LPCTSTR GetItemPath (void)

Retrieves the current value of the Item Path attribute.

Owning Class

CaRemoveItem

Arguments

None

Return Value

LPCTSTR-current Item Path value

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();CaString szName = rRemoveItem. GetItemPath ();

More information: