CWnd::operator !=

CWnd の 2 種類のオブジェクトを同じ m_hWndがないかどうかを比較します。

BOOL operator!=(
   const CWnd& wnd 
) const;

パラメーター

  • wnd
    CWnd オブジェクトへの参照。

戻り値

以下の場合は、; それ以外の場合は 0。

必要条件

ヘッダー: afxwin.h

参照

関連項目

CWnd クラス

階層図

CWnd::operator ==