Wiki Page Content

Revision 5 as of 2015-04-26 18:58:32

Clear message

SDL_UnloadObject

Use this function to unload a shared object from memory.

Syntax

void SDL_UnloadObject(void* handle)

Function Parameters

handle

*a valid shared object handle returned by SDL_LoadObject()*

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategorySharedObject

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit