Wiki Page Content

Revision 1 as of 2010-05-18 00:58:12

Clear message

DRAFT

SDL_LoadObject

Use this function to dynamically load a shared object and return a pointer to the object handle.

Syntax

void* SDL_LoadObject(const char* sofile)

Function Parameters

sofile

a system dependent name of the object file

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

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