共用方式為


_com_error::operator=

Microsoft 特定的

將現有的 _com_error 物件指派給另一個物件。

語法

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

參數

that
_com_error 物件。

END Microsoft 特定的

另請參閱

_com_error 類別