logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_DestroyProcess - Destroy a previously created process object.

Availability

       This function is available since SDL 3.2.0.

Description

       Note  that  this does not stop the process, just destroys the SDL object used to track it. If you want to
       stop the process you should use

       SDL_KillProcess ().

Function Parameters

process
              The process object to destroy.

Header File

       Defined in SDL3/SDL_process.h

Name

       SDL_DestroyProcess - Destroy a previously created process object.

See Also

(3), SDL_CreateProcess(3), (3), SDL_CreateProcessWithProperties(3), (3), SDL_KillProcess(3)

Simple Directmedia Layer                           SDL 3.2.10                              SDL_DestroyProcess(3)

Synopsis

#include"SDL3/SDL.h"voidSDL_DestroyProcess(SDL_Process*process);

Thread Safety

       This function is not thread safe.

See Also