ReactOS 0.4.15-dev-7942-gd23573b
WindowCreator< WND_CLASS > Struct Template Reference

template class used in macro WINDOW_CREATOR to define the creater functions for Window objects More...

#include <window.h>

Static Public Member Functions

static WND_CLASS * window_creator (HWND hwnd)
 

Detailed Description

template<typename WND_CLASS>
struct WindowCreator< WND_CLASS >

template class used in macro WINDOW_CREATOR to define the creater functions for Window objects

Definition at line 194 of file window.h.

Member Function Documentation

◆ window_creator()

template<typename WND_CLASS >
static WND_CLASS * WindowCreator< WND_CLASS >::window_creator ( HWND  hwnd)
inlinestatic

Definition at line 196 of file window.h.

197 {
198 return new WND_CLASS(hwnd);
199 }
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023

The documentation for this struct was generated from the following file: