Specifies the window station, desktop, standard handles, and attributes for a new process. It is used with the CreateProcess and CreateProcessAsUser functions.
typedef struct _STARTUPINFOEX { STARTUPINFO StartupInfo; PPROC_THREAD_ATTRIBUTE_LIST lpAttributeList; }STARTUPINFOEX, *LPSTARTUPINFOEX;
A STARTUPINFO structure.
An attribute list. This list is created by the InitializeProcThreadAttributeList function.
Be sure to set the cb member of the STARTUPINFO structure to sizeof(STARTUPINFOEX).
sizeof(STARTUPINFOEX)
Send comments about this topic to Microsoft
Build date: 11/19/2009