Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-07-14 22:35:59
Size: 1181
Editor: SheenaSmith
Comment: update content
Revision 3 as of 2010-10-13 19:49:08
Size: 1176
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
||'''dst'''||^a pointer to the destination to be filled^|| ||'''dst'''||^the SDL_RWops structure to be filled^||

DRAFT

SDL_WriteBE32

Use this function to write an item of native format to the specified endianness.

green

Syntax

size_t SDL_WriteBE32(SDL_RWops* dst,
                     Uint32     value)

Function Parameters

dst

the SDL_RWops structure to be filled

value

the data to write as big-endian

Return Value

The size (in bytes) of the data that was written, or 0 for error; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

green


CategoryAPI, CategoryIO

None: SDL_WriteBE32 (last edited 2015-12-19 22:26:37 by PhilippWiesemann)

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