Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows you to modify the parameters of the process being created.
Syntax
HRESULT OnCreating(
[in] ICreateProcessInputs *pcpi
);
Parameters
[in] pcpi
A pointer to an ICreateProcessInputs interface which allows you to set some parameters for the process that is being created.
Return value
S_OK if the method succeeds. Otherwise, an HRESULT error code, and the process is not created.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |