Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to determine whether another path has a common root component with the current path.
BOOL IsSameRoot(
PCXSTR pszOther
) const;
Parameters
- pszOther
The other path.
Return Value
Returns TRUE if both strings have the same root component, or FALSE otherwise.
Remarks
For more information, see PathIsSameRoot.
Requirements
Header: atlpath.h