Wiki Page Content

Revision 1 as of 2010-05-18 01:08:02

Clear message

DRAFT

SDL_LoadFunction

Use this function to look up the address of the a named function in the shared object and return it.

Syntax

void* SDL_LoadFunction(void*       handle,
                       const char* name)

Function Parameters

handle

a pointer to the object handle

name

a pointer to the named function in the shared object

Return Value

green

Returns a pointer to the object handle (or NULL if there was an error). ???

Code Examples

You can add your code example here

Remarks

This address is no longer valid after calling SDL_UnloadObject().


CategoryAPI, CategorySharedObject

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