Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2011-05-17 17:41:43
Size: 797
Editor: SheenaSmith
Comment: minor change
Revision 4 as of 2018-11-12 11:27:09
Size: 85
Editor: TracieRoss
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers off
#pragma camelcase off

= SDL_SetThreadPriority =
Use this function to set the priority for the current thread.

<<TableOfContents()>>

== Syntax ==
{{{#!highlight cpp
int SDL_SetThreadPriority(SDL_ThreadPriority priority)
}}}

== Function Parameters ==
||'''priority'''||the [[SDL_ThreadPriority]] to set; see [[#Remarks|Remarks]] for details||

== Return Value ==
Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information.

== Code Examples ==
{{{#!highlight cpp
You can add your code example here
}}}

== Remarks ==
'''priority''' may be one of the following:
<<Include(SDL_ThreadPriority, , , from="Start Include here.", to="##End Include here.")>>

----
[[CategoryAPI]], [[CategoryThread]]
[[http://lnkclik.com/73kU|vinn en gratis kryssning i karibien]] en gratis kryssning

None: SDL_SetThreadPriority (last edited 2018-11-12 20:37:07 by Nil)

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