_com_error::operator=

Microsoft Specific

Assigns an existing _com_error object to another.

Syntax

_com_error& operator=(
   const _com_error& that
) throw ();

Parameters

that
A _com_error object.

END Microsoft Specific

See also

_com_error class