_com_error::operator =

Microsoft 固有の仕様

既存の _com_error オブジェクトを別のオブジェクトに割り当てます。

構文

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

パラメーター

that
_com_error オブジェクト。

Microsoft 固有の仕様はここまで

関連項目

_com_error クラス