ReactOS 0.4.16-dev-1946-g52006dd
_STARTUPINFOW Struct Reference

#include <processthreadsapi.h>

Collaboration diagram for _STARTUPINFOW:

Public Attributes

DWORD cb
 
LPWSTR lpReserved
 
LPWSTR lpDesktop
 
LPWSTR lpTitle
 
DWORD dwX
 
DWORD dwY
 
DWORD dwXSize
 
DWORD dwYSize
 
DWORD dwXCountChars
 
DWORD dwYCountChars
 
DWORD dwFillAttribute
 
DWORD dwFlags
 
WORD wShowWindow
 
WORD cbReserved2
 
PBYTE lpReserved2
 
HANDLE hStdInput
 
HANDLE hStdOutput
 
HANDLE hStdError
 

Detailed Description

Definition at line 36 of file processthreadsapi.h.

Member Data Documentation

◆ cb

◆ cbReserved2

◆ dwFillAttribute

DWORD _STARTUPINFOW::dwFillAttribute

Definition at line 48 of file processthreadsapi.h.

Referenced by alloc_console(), and doChild().

◆ dwFlags

◆ dwX

DWORD _STARTUPINFOW::dwX

Definition at line 42 of file processthreadsapi.h.

Referenced by doChild().

◆ dwXCountChars

DWORD _STARTUPINFOW::dwXCountChars

Definition at line 46 of file processthreadsapi.h.

Referenced by alloc_console(), and doChild().

◆ dwXSize

DWORD _STARTUPINFOW::dwXSize

Definition at line 44 of file processthreadsapi.h.

Referenced by doChild().

◆ dwY

DWORD _STARTUPINFOW::dwY

Definition at line 43 of file processthreadsapi.h.

Referenced by doChild().

◆ dwYCountChars

DWORD _STARTUPINFOW::dwYCountChars

Definition at line 47 of file processthreadsapi.h.

Referenced by alloc_console(), and doChild().

◆ dwYSize

DWORD _STARTUPINFOW::dwYSize

Definition at line 45 of file processthreadsapi.h.

Referenced by doChild().

◆ hStdError

HANDLE _STARTUPINFOW::hStdError

◆ hStdInput

HANDLE _STARTUPINFOW::hStdInput

◆ hStdOutput

HANDLE _STARTUPINFOW::hStdOutput

◆ lpDesktop

◆ lpReserved

LPWSTR _STARTUPINFOW::lpReserved

◆ lpReserved2

◆ lpTitle

◆ wShowWindow


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