ICreateProcessInputs interface
Used by the ICreatingProcess interface to alter some parameters of the process that is being created.
Members
The ICreateProcessInputs interface inherits from the IUnknown interface. ICreateProcessInputs also has these types of members:
Methods
The ICreateProcessInputs interface has these methods.
| Method | Description |
|---|---|
| AddCreateFlags |
Set additional flags that will be included in the call to CreateProcess. |
| AddStartupFlags |
Additional flags that will be included in the STARTUPINFO structure passed to CreateProcess. |
| GetCreateFlags |
Gets the additional flags that will be passed to CreateProcess. |
| SetCreateFlags |
Set the flags that will be included in the call to CreateProcess. |
| SetEnvironmentVariable |
Sets a variable in the environment of the created process. |
| SetHotKey |
Sets the hot key for the application. |
| SetTitle |
Sets the title that will be passed CreateProcess. |
Remarks
Applications do not implement this interface.
A pointer to this interface is passed to ICreatingProcess::OnCreating.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|