SDL_UnloadObject - Man Page

Unload a shared object from memory.

Header File

Defined in SDL3/SDL_loadso.h

Synopsis

#include "SDL3/SDL.h"

void SDL_UnloadObject(SDL_SharedObject *handle);

Description

Note that any pointers from this object looked up through

SDL_LoadFunction () will no longer be valid.

Function Parameters

handle

a valid shared object handle returned by SDL_LoadObject ().

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

See Also

·(3), SDL_LoadObject(3)

Referenced By

SDL_LoadObject(3), SDL_SharedObject.3type(3).

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS