SDL_LoadObject

Dynamically load a shared object.

extern (C) nothrow @nogc extern
SDL_LoadObject
(
const(char)* sofile
)

Parameters

sofile const(char)*

A system-dependent name of the object file.

Return Value

An opaque pointer to the object handle or null on failure; call SDL_GetError() for more information.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta