StopProcess

Stops the IIS Express process for the specified process ID.

Syntax

    HRESULT  
    StopProcess(   
        [in] DWORD dwPid  
    );  
  

Parameters

  • [in] dwPid

    The ID of the process to stop.

Return Value

HRESULT

See Also

GetRunningProcessForSite
ConstructCommandLine