FreeRDP
STARTUPINFOW Struct Reference

Data Fields

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
 
LPBYTE lpReserved2
 
HANDLE hStdInput
 
HANDLE hStdOutput
 
HANDLE hStdError
 

Detailed Description

Definition at line 58 of file include/winpr/thread.h.

Field Documentation

◆ cb

DWORD STARTUPINFOW::cb

Definition at line 60 of file include/winpr/thread.h.

◆ cbReserved2

WORD STARTUPINFOW::cbReserved2

Definition at line 73 of file include/winpr/thread.h.

◆ dwFillAttribute

DWORD STARTUPINFOW::dwFillAttribute

Definition at line 70 of file include/winpr/thread.h.

◆ dwFlags

DWORD STARTUPINFOW::dwFlags

Definition at line 71 of file include/winpr/thread.h.

◆ dwX

DWORD STARTUPINFOW::dwX

Definition at line 64 of file include/winpr/thread.h.

◆ dwXCountChars

DWORD STARTUPINFOW::dwXCountChars

Definition at line 68 of file include/winpr/thread.h.

◆ dwXSize

DWORD STARTUPINFOW::dwXSize

Definition at line 66 of file include/winpr/thread.h.

◆ dwY

DWORD STARTUPINFOW::dwY

Definition at line 65 of file include/winpr/thread.h.

◆ dwYCountChars

DWORD STARTUPINFOW::dwYCountChars

Definition at line 69 of file include/winpr/thread.h.

◆ dwYSize

DWORD STARTUPINFOW::dwYSize

Definition at line 67 of file include/winpr/thread.h.

◆ hStdError

HANDLE STARTUPINFOW::hStdError

Definition at line 77 of file include/winpr/thread.h.

◆ hStdInput

HANDLE STARTUPINFOW::hStdInput

Definition at line 75 of file include/winpr/thread.h.

◆ hStdOutput

HANDLE STARTUPINFOW::hStdOutput

Definition at line 76 of file include/winpr/thread.h.

◆ lpDesktop

LPWSTR STARTUPINFOW::lpDesktop

Definition at line 62 of file include/winpr/thread.h.

◆ lpReserved

LPWSTR STARTUPINFOW::lpReserved

Definition at line 61 of file include/winpr/thread.h.

◆ lpReserved2

LPBYTE STARTUPINFOW::lpReserved2

Definition at line 74 of file include/winpr/thread.h.

◆ lpTitle

LPWSTR STARTUPINFOW::lpTitle

Definition at line 63 of file include/winpr/thread.h.

◆ wShowWindow

WORD STARTUPINFOW::wShowWindow

Definition at line 72 of file include/winpr/thread.h.


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