ReactOS 0.4.15-dev-7994-gb388cb6
_POPUP_WINDOW Struct Reference

#include <popup.h>

Collaboration diagram for _POPUP_WINDOW:

Public Attributes

LIST_ENTRY ListEntry
 
PTEXTMODE_SCREEN_BUFFER ScreenBuffer
 
COORD Origin
 
COORD Size
 
PCHAR_INFO OldContents
 
PPOPUP_INPUT_ROUTINE PopupInputRoutine
 

Detailed Description

Definition at line 15 of file popup.h.

Member Data Documentation

◆ ListEntry

LIST_ENTRY _POPUP_WINDOW::ListEntry

Definition at line 17 of file popup.h.

◆ OldContents

PCHAR_INFO _POPUP_WINDOW::OldContents

Definition at line 24 of file popup.h.

◆ Origin

COORD _POPUP_WINDOW::Origin

Definition at line 21 of file popup.h.

◆ PopupInputRoutine

PPOPUP_INPUT_ROUTINE _POPUP_WINDOW::PopupInputRoutine

Definition at line 25 of file popup.h.

◆ ScreenBuffer

PTEXTMODE_SCREEN_BUFFER _POPUP_WINDOW::ScreenBuffer

Definition at line 18 of file popup.h.

◆ Size

COORD _POPUP_WINDOW::Size

Definition at line 22 of file popup.h.


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