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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
This operator appends a string to the path.
CPathT< StringType >& operator +=(
PCXSTR pszMore
);
Returns the updated path.
Header: atlpath.h