ReactOS 0.4.15-dev-7924-g5949c20
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 110 of file atlwin.h.

Constructor & Destructor Documentation

◆ _U_MENUorID() [1/2]

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

Definition at line 115 of file atlwin.h.

116 {
117 m_hMenu = hMenu;
118 }
HMENU m_hMenu
Definition: atlwin.h:113

◆ _U_MENUorID() [2/2]

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

Definition at line 120 of file atlwin.h.

121 {
122 m_hMenu = (HMENU)(UINT_PTR)nID;
123 }
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static HMENU
Definition: ordinal.c:63
unsigned __int3264 UINT_PTR
Definition: mstsclib_h.h:274

Member Data Documentation

◆ m_hMenu

HMENU ATL::_U_MENUorID::m_hMenu

Definition at line 113 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: