# SDL_Process An opaque handle representing a system process. ## Header File Defined in [](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_process.h) ## Syntax ```c typedef struct SDL_Process SDL_Process; ``` ## Version This datatype is available since SDL 3.2.0. ## See Also - [SDL_CreateProcess](SDL_CreateProcess) ---- [CategoryAPI](CategoryAPI), [CategoryAPIDatatype](CategoryAPIDatatype), [CategoryProcess](CategoryProcess)