1 out of 1 rated this helpful - Rate this topic

STARTUPINFOEX structure

Applies to: desktop apps only

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 client

Windows Vista

Minimum supported server

Windows Server 2008

Header

WinBase.h (include Windows.h)

Unicode and ANSI names

STARTUPINFOEXW (Unicode) and STARTUPINFOEXA (ANSI)

See also

CreateProcess
CreateProcessAsUser
InitializeProcThreadAttributeList

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ