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.
Microsoft Specific
Assigns an existing _com_error object to another.
_com_error& operator = (
const _com_error& that
) throw ( );
Parameters
- that
A _com_error object.
END Microsoft Specific