Поделиться через


CWnd::FromHandlePermanent

Returns a pointer to a CWnd object when given a handle to a window.

static CWnd* PASCAL FromHandlePermanent(
   HWND hWnd 
);

Параметры

  • hWnd
    An HWND of a Windows window.

Возвращаемое значение

A pointer to a CWnd object.

Заметки

If a CWnd object is not attached to the handle, NULL is returned.

This function, unlike FromHandle, does not create temporary objects.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::FromHandle