IVisualWindow Class

class IVisualWindow: public IQueryGuid

This interface provides access to a window handle. It is used to abstract away the differences between windowed and windowless visual objects. A windowed visual object implements the GetWindowHandle function by returning its own window handle. A windowless visual object usually implements the GetWindowHandle function by returning the handle of its parent. This is used by MVC viewports.

Defined in: VisualWindow.h

Class Members

virtual HWND GetWindowHandle()

Return the window handle for this object.