ReactOS 0.4.16-dev-401-g45b008d
_STARTUPINFOW Struct Reference

#include <winbase.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 876 of file winbase.h.

Member Data Documentation

◆ cb

◆ cbReserved2

WORD _STARTUPINFOW::cbReserved2

Definition at line 890 of file winbase.h.

Referenced by RunSetupThreadProc(), StartLsass(), and StartServicesManager().

◆ dwFillAttribute

DWORD _STARTUPINFOW::dwFillAttribute

Definition at line 887 of file winbase.h.

Referenced by doChild().

◆ dwFlags

◆ dwX

DWORD _STARTUPINFOW::dwX

Definition at line 881 of file winbase.h.

Referenced by doChild().

◆ dwXCountChars

DWORD _STARTUPINFOW::dwXCountChars

Definition at line 885 of file winbase.h.

Referenced by doChild().

◆ dwXSize

DWORD _STARTUPINFOW::dwXSize

Definition at line 883 of file winbase.h.

Referenced by doChild().

◆ dwY

DWORD _STARTUPINFOW::dwY

Definition at line 882 of file winbase.h.

Referenced by doChild().

◆ dwYCountChars

DWORD _STARTUPINFOW::dwYCountChars

Definition at line 886 of file winbase.h.

Referenced by doChild().

◆ dwYSize

DWORD _STARTUPINFOW::dwYSize

Definition at line 884 of file winbase.h.

Referenced by doChild().

◆ hStdError

HANDLE _STARTUPINFOW::hStdError

Definition at line 894 of file winbase.h.

Referenced by doChild(), and CPipedProcess::InitStartupInfo().

◆ hStdInput

HANDLE _STARTUPINFOW::hStdInput

Definition at line 892 of file winbase.h.

Referenced by doChild(), and CPipedProcess::InitStartupInfo().

◆ hStdOutput

HANDLE _STARTUPINFOW::hStdOutput

Definition at line 893 of file winbase.h.

Referenced by doChild(), and CPipedProcess::InitStartupInfo().

◆ lpDesktop

◆ lpReserved

LPWSTR _STARTUPINFOW::lpReserved

◆ lpReserved2

PBYTE _STARTUPINFOW::lpReserved2

Definition at line 891 of file winbase.h.

Referenced by RunSetupThreadProc(), StartLsass(), and StartServicesManager().

◆ lpTitle

◆ wShowWindow


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