CPathT::operator +=
This operator appends a string to the path.
CPathT< StringType >& operator +=(
PCXSTR pszMore
);
Parameters
- pszMore
The string to append.
Return Value
Returns the updated path.
Requirements
Header: atlpath.h
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
This operator appends a string to the path.
CPathT< StringType >& operator +=(
PCXSTR pszMore
);
Returns the updated path.
Header: atlpath.h