ReactOS 0.4.15-dev-7924-g5949c20
tagWINDOWLIST Struct Reference

#include <window.h>

Collaboration diagram for tagWINDOWLIST:

Public Attributes

struct tagWINDOWLISTpNextList
 
HWNDphwndLast
 
HWNDphwndEnd
 
PTHREADINFO pti
 
HWND ahwnd [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 85 of file window.h.

Member Data Documentation

◆ ahwnd

◆ phwndEnd

HWND* tagWINDOWLIST::phwndEnd

Definition at line 89 of file window.h.

Referenced by IntBuildHwndList(), IntGrowHwndList(), and IntPopulateHwndList().

◆ phwndLast

HWND* tagWINDOWLIST::phwndLast

Definition at line 88 of file window.h.

Referenced by IntBuildHwndList(), IntGrowHwndList(), and IntPopulateHwndList().

◆ pNextList

struct tagWINDOWLIST* tagWINDOWLIST::pNextList

Definition at line 87 of file window.h.

Referenced by ExitThreadCallback(), IntBuildHwndList(), and IntFreeHwndList().

◆ pti

PTHREADINFO tagWINDOWLIST::pti

Definition at line 90 of file window.h.

Referenced by ExitThreadCallback(), IntBuildHwndList(), and IntPopulateHwndList().


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