Wiki Page Content

Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2013-08-07 23:45:52
Size: 616
Editor: Sam Lantinga
Comment:
Revision 6 as of 2017-03-11 22:59:38
Size: 614
Comment: Removed old formatting.
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''handle'''||*a valid shared object handle returned by [[SDL_LoadObject]]()*|| ||'''handle'''||a valid shared object handle returned by [[SDL_LoadObject]]()||
Line 26: Line 26:
 .[[SDL_LoadFunction]]
Line 27: Line 28:
 .[[SDL_LoadFunction]]

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

None: SDL_UnloadObject (last edited 2017-03-11 22:59:38 by PhilippWiesemann)

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