Wiki Page Content

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-05-18 01:01:16
Size: 620
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 5 as of 2015-04-26 18:58:32
Size: 616
Comment: Sorted related functions, see SGFunctions.
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 16: Line 15:
||'''handle'''||a pointer to the object handle|| ||'''handle'''||*a valid shared object handle returned by [[SDL_LoadObject]]()*||
Line 27: Line 26:
 .[[SDL_LoadObject]] ???  .[[SDL_LoadFunction]]
.[[SDL_LoadObject]]

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