Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPath::last ( P6BWCSTR pLast)
pure virtual

Retrieves the last path element.

Unlike the next() method, last() does not affect the internal cursor and does not require the first() method be called prior to calling it.

Parameters
pLast[ out ] The address of a P6R::P6BWCSTR in which will be placed the description of the last element in the path.
Returns