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.

Field Documentation

◆ cb

DWORD _STARTUPINFOA::cb

◆ cbReserved2

WORD _STARTUPINFOA::cbReserved2

◆ dwFillAttribute

DWORD _STARTUPINFOA::dwFillAttribute

◆ dwFlags

DWORD _STARTUPINFOA::dwFlags

◆ dwX

DWORD _STARTUPINFOA::dwX

◆ dwXCountChars

DWORD _STARTUPINFOA::dwXCountChars

◆ dwXSize

DWORD _STARTUPINFOA::dwXSize

◆ dwY

DWORD _STARTUPINFOA::dwY

◆ dwYCountChars

DWORD _STARTUPINFOA::dwYCountChars

◆ dwYSize

DWORD _STARTUPINFOA::dwYSize

◆ hStdError

HANDLE _STARTUPINFOA::hStdError

◆ hStdInput

HANDLE _STARTUPINFOA::hStdInput

◆ hStdOutput

HANDLE _STARTUPINFOA::hStdOutput

◆ lpDesktop

LPSTR _STARTUPINFOA::lpDesktop

◆ lpReserved

LPSTR _STARTUPINFOA::lpReserved

◆ lpReserved2

LPBYTE _STARTUPINFOA::lpReserved2

◆ lpTitle

LPSTR _STARTUPINFOA::lpTitle

◆ wShowWindow

WORD _STARTUPINFOA::wShowWindow

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