ReactOS 0.4.15-dev-7994-gb388cb6
_ATL_WNDCLASSINFOW_TAG Struct Reference

#include <atlwin.h>

Collaboration diagram for _ATL_WNDCLASSINFOW_TAG:

Public Attributes

WNDCLASSEXW m_wc
 
LPCWSTR m_lpszOrigName
 
WNDPROC pWndProc
 
LPCWSTR m_lpszCursorID
 
BOOL m_bSystemCursor
 
ATOM m_atom
 
WCHAR m_szAutoName [sizeof("ATL:")+sizeof(void *) *2]
 

Detailed Description

Definition at line 35 of file atlwin.h.

Member Data Documentation

◆ m_atom

ATOM _ATL_WNDCLASSINFOW_TAG::m_atom

Definition at line 42 of file atlwin.h.

Referenced by AtlModuleRegisterWndClassInfoW(), and test_winclassinfo().

◆ m_bSystemCursor

BOOL _ATL_WNDCLASSINFOW_TAG::m_bSystemCursor

Definition at line 41 of file atlwin.h.

Referenced by AtlModuleRegisterWndClassInfoW().

◆ m_lpszCursorID

LPCWSTR _ATL_WNDCLASSINFOW_TAG::m_lpszCursorID

Definition at line 40 of file atlwin.h.

Referenced by AtlModuleRegisterWndClassInfoW().

◆ m_lpszOrigName

LPCWSTR _ATL_WNDCLASSINFOW_TAG::m_lpszOrigName

Definition at line 38 of file atlwin.h.

Referenced by AtlModuleRegisterWndClassInfoW().

◆ m_szAutoName

WCHAR _ATL_WNDCLASSINFOW_TAG::m_szAutoName[sizeof("ATL:")+sizeof(void *) *2]

Definition at line 43 of file atlwin.h.

Referenced by AtlModuleRegisterWndClassInfoW(), and test_winclassinfo().

◆ m_wc

WNDCLASSEXW _ATL_WNDCLASSINFOW_TAG::m_wc

Definition at line 37 of file atlwin.h.

Referenced by AtlModuleRegisterWndClassInfoW().

◆ pWndProc

WNDPROC _ATL_WNDCLASSINFOW_TAG::pWndProc

Definition at line 39 of file atlwin.h.

Referenced by AtlModuleRegisterWndClassInfoW().


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