Wiki Page Content

Revision 1 as of 2011-02-01 23:13:21

Clear message

DRAFT

SDL_AtomicIncRef

Use this function to increment an atomic variable used as a reference count.

Syntax

int SDL_AtomicIncRef(SDL_atomic_t* a)

Function Parameters

a

the [[SDL_atomic_t]] structure filled in with the variable

Return Value

Returns the previous value of the atomic variable on success, or a negative error code on failure; call SDL_GetError() for more information.

green

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryAtomic

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