ReactOS 0.4.15-dev-6055-g36cdd34
ATL::_U_MENUorID Class Reference

#include <atlwin.h>

Public Member Functions

 _U_MENUorID (HMENU hMenu)
 
 _U_MENUorID (UINT nID)
 

Public Attributes

HMENU m_hMenu
 

Detailed Description

Definition at line 104 of file atlwin.h.

Constructor & Destructor Documentation

◆ _U_MENUorID() [1/2]

ATL::_U_MENUorID::_U_MENUorID ( HMENU  hMenu)
inline

Definition at line 109 of file atlwin.h.

110 {
111 m_hMenu = hMenu;
112 }
HMENU m_hMenu
Definition: atlwin.h:107

◆ _U_MENUorID() [2/2]

ATL::_U_MENUorID::_U_MENUorID ( UINT  nID)
inline

Definition at line 114 of file atlwin.h.

115 {
116 m_hMenu = (HMENU)(UINT_PTR)nID;
117 }
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static HMENU
Definition: ordinal.c:60
unsigned __int3264 UINT_PTR
Definition: mstsclib_h.h:274

Member Data Documentation

◆ m_hMenu

HMENU ATL::_U_MENUorID::m_hMenu

Definition at line 107 of file atlwin.h.

Referenced by _U_MENUorID(), and ATL::CWindowImplBaseT< TBase, TWinTraits >::Create().


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