ReactOS 0.4.16-dev-1946-g52006dd
_STARTUPINFOA Struct Reference

#include <processthreadsapi.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 14 of file processthreadsapi.h.

Member Data Documentation

◆ cb

◆ cbReserved2

WORD _STARTUPINFOA::cbReserved2

◆ dwFillAttribute

DWORD _STARTUPINFOA::dwFillAttribute

Definition at line 26 of file processthreadsapi.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwFlags

◆ dwX

DWORD _STARTUPINFOA::dwX

Definition at line 20 of file processthreadsapi.h.

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

◆ dwXCountChars

DWORD _STARTUPINFOA::dwXCountChars

Definition at line 24 of file processthreadsapi.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwXSize

DWORD _STARTUPINFOA::dwXSize

Definition at line 22 of file processthreadsapi.h.

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

◆ dwY

DWORD _STARTUPINFOA::dwY

Definition at line 21 of file processthreadsapi.h.

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

◆ dwYCountChars

DWORD _STARTUPINFOA::dwYCountChars

Definition at line 25 of file processthreadsapi.h.

Referenced by doChild(), and GetStartupInfoA().

◆ dwYSize

DWORD _STARTUPINFOA::dwYSize

Definition at line 23 of file processthreadsapi.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: