_com_error::operator=

Microsoft 专用

将现有 _com_error 对象赋给另一个对象。

语法

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

参数

that
_com_error 对象。

结束 Microsoft 专用

另请参阅

_com_error