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: