STARTUPINFOEX Structure Home
STARTUPINFOEX Structure

Specifies the window station, desktop, standard handles, and attributes for a new process. It is used with the CreateProcess and CreateProcessAsUser functions.

Syntax

typedef struct _STARTUPINFOEX {
  STARTUPINFO                 StartupInfo;
  PPROC_THREAD_ATTRIBUTE_LIST lpAttributeList;
}STARTUPINFOEX, *LPSTARTUPINFOEX;

Members

StartupInfo

A STARTUPINFO structure.

lpAttributeList

An attribute list. This list is created by the InitializeProcThreadAttributeList function.

Remarks

Be sure to set the cb member of the STARTUPINFO structure to sizeof(STARTUPINFOEX).

Requirements

Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
HeaderWinbase.h (include Windows.h)
Unicode and ANSI namesSTARTUPINFOEXW (Unicode) and STARTUPINFOEXA (ANSI)

See Also

CreateProcess
CreateProcessAsUser
InitializeProcThreadAttributeList

Send comments about this topic to Microsoft

Build date: 11/19/2009

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View