Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPath::append ( const P6WCHAR pszElement)
pure virtual

Appends the specified element which is a NULL terminated P6WCHAR string to the path.

Parameters
pszElement[ in ] A pointer to a NULL terminated P6R::P6WCHAR containg the element to append to the path. This must not contain path separators.
Returns