|
Size: 810
Comment: create page - 2/1 changeset 5134
|
← Revision 3 as of 2011-02-02 17:40:55 ⇥
Size: 734
Comment: update content - w/ Sam; remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| #acl All:read ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| |
|
| Line 17: | Line 15: |
| ||'''a'''||^the [[SDL_atomic_t]] structure filled in with the variable^|| | ||'''a'''||a pointer to an [[SDL_atomic_t]] variable to be modified|| |
SDL_AtomicDecRef
Use this function to decrement an atomic variable used as a reference count.
Contents
Syntax
SDL_bool SDL_AtomicDecRef(SDL_atomic_t* a)
Function Parameters
a |
a pointer to an SDL_atomic_t variable to be modified |
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
