_com_error::operator =

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at _com_error::operator =.

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

_com_error Class

Show: