ReactOS 0.4.15-dev-7788-g1ad9096
_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 851 of file winbase.h.

Member Data Documentation

◆ cb

◆ cbReserved2

WORD _STARTUPINFOW::cbReserved2

Definition at line 865 of file winbase.h.

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

◆ dwFillAttribute

DWORD _STARTUPINFOW::dwFillAttribute

Definition at line 862 of file winbase.h.

Referenced by doChild().

◆ dwFlags

◆ dwX

DWORD _STARTUPINFOW::dwX

Definition at line 856 of file winbase.h.

Referenced by doChild().

◆ dwXCountChars

DWORD _STARTUPINFOW::dwXCountChars

Definition at line 860 of file winbase.h.

Referenced by doChild().

◆ dwXSize

DWORD _STARTUPINFOW::dwXSize

Definition at line 858 of file winbase.h.

Referenced by doChild().

◆ dwY

DWORD _STARTUPINFOW::dwY

Definition at line 857 of file winbase.h.

Referenced by doChild().

◆ dwYCountChars

DWORD _STARTUPINFOW::dwYCountChars

Definition at line 861 of file winbase.h.

Referenced by doChild().

◆ dwYSize

DWORD _STARTUPINFOW::dwYSize

Definition at line 859 of file winbase.h.

Referenced by doChild().

◆ hStdError

HANDLE _STARTUPINFOW::hStdError

Definition at line 869 of file winbase.h.

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

◆ hStdInput

HANDLE _STARTUPINFOW::hStdInput

Definition at line 867 of file winbase.h.

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

◆ hStdOutput

HANDLE _STARTUPINFOW::hStdOutput

Definition at line 868 of file winbase.h.

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

◆ lpDesktop

◆ lpReserved

LPWSTR _STARTUPINFOW::lpReserved

◆ lpReserved2

PBYTE _STARTUPINFOW::lpReserved2

Definition at line 866 of file winbase.h.

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

◆ lpTitle

◆ wShowWindow


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