FreeRDP
STARTUPINFOA Struct Reference

#include <thread.h>

Data Fields

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

Detailed Description

WinPR: Windows Portable Runtime Process Thread Functions

Copyright 2012 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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

Field Documentation

◆ cb

DWORD STARTUPINFOA::cb

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

◆ cbReserved2

WORD STARTUPINFOA::cbReserved2

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

◆ dwFillAttribute

DWORD STARTUPINFOA::dwFillAttribute

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

◆ dwFlags

DWORD STARTUPINFOA::dwFlags

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

◆ dwX

DWORD STARTUPINFOA::dwX

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

◆ dwXCountChars

DWORD STARTUPINFOA::dwXCountChars

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

◆ dwXSize

DWORD STARTUPINFOA::dwXSize

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

◆ dwY

DWORD STARTUPINFOA::dwY

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

◆ dwYCountChars

DWORD STARTUPINFOA::dwYCountChars

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

◆ dwYSize

DWORD STARTUPINFOA::dwYSize

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

◆ hStdError

HANDLE STARTUPINFOA::hStdError

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

◆ hStdInput

HANDLE STARTUPINFOA::hStdInput

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

◆ hStdOutput

HANDLE STARTUPINFOA::hStdOutput

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

◆ lpDesktop

LPSTR STARTUPINFOA::lpDesktop

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

◆ lpReserved

LPSTR STARTUPINFOA::lpReserved

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

◆ lpReserved2

LPBYTE STARTUPINFOA::lpReserved2

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

◆ lpTitle

LPSTR STARTUPINFOA::lpTitle

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

◆ wShowWindow

WORD STARTUPINFOA::wShowWindow

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


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