Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-06-07 01:34:33
Size: 951
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-06-17 04:24:08
Size: 942
Editor: SheenaSmith
Comment: add content from old wiki (incomplete)
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to create [[SDL_RWops]] structures from ^a memory construct^. ??? Use this function to *prepare a constant memory area for use with RWops. *

DRAFT

SDL_RWFromConstMem

Use this function to *prepare a constant memory area for use with RWops. *

Syntax

SDL_RWops* SDL_RWFromConstMem(const void* mem,
                              int         size)

Function Parameters

mem

a pointer to a memory construct containing the information to fill an [[SDL_RWops]] structure with

size

the size of the memory location ???

Return Value

A pointer to the SDL_RWops structure that is created.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryIO

None: SDL_RWFromConstMem (last edited 2015-04-26 19:16:57 by PhilippWiesemann)

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