ウィンドウ、ダイアログ、コントロール クラスWindow, Dialog, and Control Classes
クラス CWnd
とその派生クラスは HWND
、Windows ウィンドウへのハンドルであるをカプセル化します。Class CWnd
and its derived classes encapsulate an HWND
, a handle to a Windows window. CWnd
単独で使用することも、新しいクラスを派生させるためのベースとして使用することもできます。CWnd
can be used by itself or as a base for deriving new classes. クラスライブラリによって提供される派生クラスは、さまざまな種類のウィンドウを表します。The derived classes supplied by the class library represent various kinds of windows.
CWndCWnd
すべてのウィンドウの基本クラス。The base class for all windows. から派生したクラスの1つを使用することも、 CWnd
独自のクラスをそこから直接派生させることもできます。You can use one of the classes derived from CWnd
or derive your own classes directly from it.