ReactOS 0.4.15-dev-7788-g1ad9096
ATL::_ATL_MSG Struct Reference

#include <atlwin.h>

Inheritance diagram for ATL::_ATL_MSG:
Collaboration diagram for ATL::_ATL_MSG:

Public Member Functions

 _ATL_MSG (HWND hWnd, UINT uMsg, WPARAM wParamIn, LPARAM lParamIn, BOOL bHandledIn=TRUE)
 

Public Attributes

BOOL bHandled
 

Detailed Description

Definition at line 142 of file atlwin.h.

Constructor & Destructor Documentation

◆ _ATL_MSG()

ATL::_ATL_MSG::_ATL_MSG ( HWND  hWnd,
UINT  uMsg,
WPARAM  wParamIn,
LPARAM  lParamIn,
BOOL  bHandledIn = TRUE 
)
inline

Definition at line 147 of file atlwin.h.

148 {
149 hwnd = hWnd;
150 message = uMsg;
151 wParam = wParamIn;
152 lParam = lParamIn;
153 time = 0;
154 pt.x = 0;
155 pt.y = 0;
156 bHandled = bHandledIn;
157 }
HWND hWnd
Definition: settings.c:17
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
#define pt(x, y)
Definition: drawing.c:79
__u16 time
Definition: mkdosfs.c:8
BOOL bHandled
Definition: atlwin.h:145
Definition: tftpd.h:60
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023

Member Data Documentation

◆ bHandled

BOOL ATL::_ATL_MSG::bHandled

Definition at line 145 of file atlwin.h.

Referenced by _ATL_MSG().


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