ReactOS 0.4.15-dev-6054-gbddd8b0
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 136 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 141 of file atlwin.h.

142 {
143 hwnd = hWnd;
144 message = uMsg;
145 wParam = wParamIn;
146 lParam = lParamIn;
147 time = 0;
148 pt.x = 0;
149 pt.y = 0;
150 bHandled = bHandledIn;
151 }
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:139
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 139 of file atlwin.h.

Referenced by _ATL_MSG().


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