Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-02-01 23:43:16
Size: 806
Editor: SheenaSmith
Comment: create page - 2/1 changeset 5134
Revision 2 as of 2011-02-01 23:51:07
Size: 827
Editor: SheenaSmith
Comment: add RF
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
 .[[SDL_AtomicGet]]

DRAFT

SDL_AtomicGetPtr

Use this function to get the value of a pointer atomically.

Syntax

void* SDL_AtomicGetPtr(void** a)

Function Parameters

a

a pointer to a pointer to an atomic variable

Return Value

Returns a pointer to the current value on success, or a negative error code on failure; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryAtomic

None: SDL_AtomicGetPtr (last edited 2011-02-02 17:47:30 by SheenaSmith)

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