IELAUNCHURLINFO structure
Specifies process creation flags for the Windows Internet Explorer process that open a URL.
Syntax
typedef struct _IELAUNCHURLINFO { DWORD cbSize; DWORD dwCreationFlags; DWORD dwLaunchOptionFlags; } IELAUNCHURLINFO, *LPIELAUNCHURLINFO;
Members
- cbSize
-
Unsigned long integer value that specifies the size of the structure in bytes.
- dwCreationFlags
-
Process Creation Flags used to create the Internet Explorer process.
- dwLaunchOptionFlags
-
One of the flags defined in IELAUNCHOPTION_FLAGS.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Product |
Internet Explorer 7 |
|
Header |
|
See also
Show: