ReactOS 0.4.16-dev-752-g47bae01
_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 855 of file winbase.h.

Member Data Documentation

◆ cb

◆ cbReserved2

WORD _STARTUPINFOA::cbReserved2

Definition at line 869 of file winbase.h.

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

◆ dwFillAttribute

DWORD _STARTUPINFOA::dwFillAttribute

Definition at line 866 of file winbase.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwFlags

◆ dwX

DWORD _STARTUPINFOA::dwX

Definition at line 860 of file winbase.h.

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

◆ dwXCountChars

DWORD _STARTUPINFOA::dwXCountChars

Definition at line 864 of file winbase.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwXSize

DWORD _STARTUPINFOA::dwXSize

Definition at line 862 of file winbase.h.

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

◆ dwY

DWORD _STARTUPINFOA::dwY

Definition at line 861 of file winbase.h.

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

◆ dwYCountChars

DWORD _STARTUPINFOA::dwYCountChars

Definition at line 865 of file winbase.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwYSize

DWORD _STARTUPINFOA::dwYSize

Definition at line 863 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

◆ lpTitle

◆ wShowWindow


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