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
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
This operator appends a string to the path.
CPathT< StringType >& operator +=(
PCXSTR pszMore
);
Returns the updated path.
Header: atlpath.h