ReactOS 0.4.15-dev-7918-g2a2556c
_THRDCREATEWIN Struct Reference
Collaboration diagram for _THRDCREATEWIN:

Public Attributes

HANDLE hThread
 
DWORD ThreadId
 
LPSTR Caption
 
HWNDParent
 
HWND Window
 
DWORD Style
 
POINT Position
 
SIZE Size
 

Detailed Description

Definition at line 6 of file multithrdwin.c.

Member Data Documentation

◆ Caption

LPSTR _THRDCREATEWIN::Caption

Definition at line 10 of file multithrdwin.c.

Referenced by WindowThreadProc(), and WinMain().

◆ hThread

HANDLE _THRDCREATEWIN::hThread

Definition at line 8 of file multithrdwin.c.

Referenced by WinMain().

◆ Parent

HWND* _THRDCREATEWIN::Parent

Definition at line 11 of file multithrdwin.c.

Referenced by WindowThreadProc(), and WinMain().

◆ Position

POINT _THRDCREATEWIN::Position

Definition at line 14 of file multithrdwin.c.

Referenced by WindowThreadProc(), and WinMain().

◆ Size

SIZE _THRDCREATEWIN::Size

Definition at line 15 of file multithrdwin.c.

Referenced by WindowThreadProc(), and WinMain().

◆ Style

DWORD _THRDCREATEWIN::Style

Definition at line 13 of file multithrdwin.c.

Referenced by WindowThreadProc(), and WinMain().

◆ ThreadId

DWORD _THRDCREATEWIN::ThreadId

Definition at line 9 of file multithrdwin.c.

◆ Window

HWND _THRDCREATEWIN::Window

Definition at line 12 of file multithrdwin.c.

Referenced by WindowThreadProc(), and WinMain().


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