ReactOS 0.4.15-dev-7924-g5949c20
tagPOPUPMENU Struct Reference

#include <ntuser.h>

Collaboration diagram for tagPOPUPMENU:

Public Attributes

ULONG fIsMenuBar:1
 
ULONG fHasMenuBar:1
 
ULONG fIsSysMenu:1
 
ULONG fIsTrackPopup:1
 
ULONG fDroppedLeft:1
 
ULONG fHierarchyDropped:1
 
ULONG fRightButton:1
 
ULONG fToggle:1
 
ULONG fSynchronous:1
 
ULONG fFirstClick:1
 
ULONG fDropNextPopup:1
 
ULONG fNoNotify:1
 
ULONG fAboutToHide:1
 
ULONG fShowTimer:1
 
ULONG fHideTimer:1
 
ULONG fDestroyed:1
 
ULONG fDelayedFree:1
 
ULONG fFlushDelayedFree:1
 
ULONG fFreed:1
 
ULONG fInCancel:1
 
ULONG fTrackMouseEvent:1
 
ULONG fSendUninit:1
 
ULONG fRtoL:1
 
ULONG iDropDir:5
 
ULONG fUseMonitorRect:1
 
struct _WNDspwndNotify
 
struct _WNDspwndPopupMenu
 
struct _WNDspwndNextPopup
 
struct _WNDspwndPrevPopup
 
PMENU spmenu
 
PMENU spmenuAlternate
 
struct _WNDspwndActivePopup
 
struct tagPOPUPMENUppopupmenuRoot
 
struct tagPOPUPMENUppmDelayedFree
 
UINT posSelectedItem
 
UINT posDropped
 

Detailed Description

Definition at line 441 of file ntuser.h.

Member Data Documentation

◆ fAboutToHide

ULONG tagPOPUPMENU::fAboutToHide

Definition at line 455 of file ntuser.h.

◆ fDelayedFree

ULONG tagPOPUPMENU::fDelayedFree

Definition at line 459 of file ntuser.h.

◆ fDestroyed

ULONG tagPOPUPMENU::fDestroyed

Definition at line 458 of file ntuser.h.

◆ fDropNextPopup

ULONG tagPOPUPMENU::fDropNextPopup

Definition at line 453 of file ntuser.h.

◆ fDroppedLeft

ULONG tagPOPUPMENU::fDroppedLeft

Definition at line 447 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ fFirstClick

ULONG tagPOPUPMENU::fFirstClick

Definition at line 452 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ fFlushDelayedFree

ULONG tagPOPUPMENU::fFlushDelayedFree

Definition at line 460 of file ntuser.h.

◆ fFreed

ULONG tagPOPUPMENU::fFreed

Definition at line 461 of file ntuser.h.

◆ fHasMenuBar

ULONG tagPOPUPMENU::fHasMenuBar

Definition at line 444 of file ntuser.h.

◆ fHideTimer

ULONG tagPOPUPMENU::fHideTimer

Definition at line 457 of file ntuser.h.

◆ fHierarchyDropped

ULONG tagPOPUPMENU::fHierarchyDropped

Definition at line 448 of file ntuser.h.

◆ fInCancel

ULONG tagPOPUPMENU::fInCancel

Definition at line 462 of file ntuser.h.

◆ fIsMenuBar

ULONG tagPOPUPMENU::fIsMenuBar

Definition at line 443 of file ntuser.h.

◆ fIsSysMenu

ULONG tagPOPUPMENU::fIsSysMenu

Definition at line 445 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ fIsTrackPopup

ULONG tagPOPUPMENU::fIsTrackPopup

Definition at line 446 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ fNoNotify

ULONG tagPOPUPMENU::fNoNotify

Definition at line 454 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ fRightButton

ULONG tagPOPUPMENU::fRightButton

Definition at line 449 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ fRtoL

ULONG tagPOPUPMENU::fRtoL

Definition at line 465 of file ntuser.h.

◆ fSendUninit

ULONG tagPOPUPMENU::fSendUninit

Definition at line 464 of file ntuser.h.

◆ fShowTimer

ULONG tagPOPUPMENU::fShowTimer

Definition at line 456 of file ntuser.h.

◆ fSynchronous

ULONG tagPOPUPMENU::fSynchronous

Definition at line 451 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ fToggle

ULONG tagPOPUPMENU::fToggle

Definition at line 450 of file ntuser.h.

◆ fTrackMouseEvent

ULONG tagPOPUPMENU::fTrackMouseEvent

Definition at line 463 of file ntuser.h.

◆ fUseMonitorRect

ULONG tagPOPUPMENU::fUseMonitorRect

Definition at line 468 of file ntuser.h.

◆ iDropDir

ULONG tagPOPUPMENU::iDropDir

Definition at line 467 of file ntuser.h.

◆ posDropped

UINT tagPOPUPMENU::posDropped

Definition at line 479 of file ntuser.h.

◆ posSelectedItem

UINT tagPOPUPMENU::posSelectedItem

Definition at line 478 of file ntuser.h.

Referenced by PopupMenuWndProc().

◆ ppmDelayedFree

struct tagPOPUPMENU* tagPOPUPMENU::ppmDelayedFree

Definition at line 477 of file ntuser.h.

◆ ppopupmenuRoot

struct tagPOPUPMENU* tagPOPUPMENU::ppopupmenuRoot

Definition at line 476 of file ntuser.h.

◆ spmenu

PMENU tagPOPUPMENU::spmenu

Definition at line 473 of file ntuser.h.

Referenced by NtUserGetMenuBarInfo(), and PopupMenuWndProc().

◆ spmenuAlternate

PMENU tagPOPUPMENU::spmenuAlternate

Definition at line 474 of file ntuser.h.

◆ spwndActivePopup

struct _WND* tagPOPUPMENU::spwndActivePopup

Definition at line 475 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ spwndNextPopup

struct _WND* tagPOPUPMENU::spwndNextPopup

Definition at line 471 of file ntuser.h.

◆ spwndNotify

struct _WND* tagPOPUPMENU::spwndNotify

Definition at line 469 of file ntuser.h.

Referenced by MENU_InitPopup().

◆ spwndPopupMenu

struct _WND* tagPOPUPMENU::spwndPopupMenu

Definition at line 470 of file ntuser.h.

Referenced by PopupMenuWndProc().

◆ spwndPrevPopup

struct _WND* tagPOPUPMENU::spwndPrevPopup

Definition at line 472 of file ntuser.h.


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