ReactOS 0.4.15-dev-7998-gdb93cb1
_STARTUPINFOA Struct Reference

#include <winbase.h>

Collaboration diagram for _STARTUPINFOA:

Public Attributes

DWORD cb
 
LPSTR lpReserved
 
LPSTR lpDesktop
 
LPSTR 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 830 of file winbase.h.

Member Data Documentation

◆ cb

◆ cbReserved2

WORD _STARTUPINFOA::cbReserved2

Definition at line 844 of file winbase.h.

Referenced by do_spawnT(), GetStartupInfoA(), LauncherRoutine2(), msvcrt_init_io(), and shell().

◆ dwFillAttribute

DWORD _STARTUPINFOA::dwFillAttribute

Definition at line 841 of file winbase.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwFlags

◆ dwX

DWORD _STARTUPINFOA::dwX

Definition at line 835 of file winbase.h.

Referenced by doChild(), GetStartupInfoA(), and shell().

◆ dwXCountChars

DWORD _STARTUPINFOA::dwXCountChars

Definition at line 839 of file winbase.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwXSize

DWORD _STARTUPINFOA::dwXSize

Definition at line 837 of file winbase.h.

Referenced by doChild(), GetStartupInfoA(), and shell().

◆ dwY

DWORD _STARTUPINFOA::dwY

Definition at line 836 of file winbase.h.

Referenced by doChild(), GetStartupInfoA(), and shell().

◆ dwYCountChars

DWORD _STARTUPINFOA::dwYCountChars

Definition at line 840 of file winbase.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwYSize

DWORD _STARTUPINFOA::dwYSize

Definition at line 838 of file winbase.h.

Referenced by doChild(), GetStartupInfoA(), and shell().

◆ hStdError

◆ hStdInput

◆ hStdOutput

◆ lpDesktop

LPSTR _STARTUPINFOA::lpDesktop

◆ lpReserved

LPSTR _STARTUPINFOA::lpReserved

◆ lpReserved2

PBYTE _STARTUPINFOA::lpReserved2

Definition at line 845 of file winbase.h.

Referenced by do_spawnT(), GetStartupInfoA(), LauncherRoutine2(), msvcrt_init_io(), and shell().

◆ lpTitle

◆ wShowWindow


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