Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-02-01 23:17:10
Size: 810
Editor: SheenaSmith
Comment: create page - 2/1 changeset 5134
Revision 2 as of 2011-02-01 23:21:09
Size: 795
Editor: SheenaSmith
Comment: update content - remove acl
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
#acl All:read

DRAFT

SDL_AtomicDecRef

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

Syntax

SDL_bool SDL_AtomicDecRef(SDL_atomic_t* a)

Function Parameters

a

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

Return Value

Returns SDL_TRUE if the variable reached zero after decrementing, SDL_FALSE otherwise.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryAtomic

None: SDL_AtomicDecRef (last edited 2011-02-02 17:40:55 by SheenaSmith)

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