#pragma section-numbers off #pragma disable-camelcase = SDL_UnloadObject = Use this function to unload a shared object from memory. <> == Syntax == {{{#!highlight cpp void SDL_UnloadObject(void* handle) }}} == Function Parameters == ||'''handle'''||a valid shared object handle returned by [[SDL_LoadObject]]()|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_LoadFunction]] .[[SDL_LoadObject]] ---- [[CategoryAPI]], [[CategorySharedObject]]