###User Defined Function###
_WinAPI_GetPriorityClass

###Description###
Retrieves the priority class for the specified process

###Syntax###
#include <WinAPIProc.au3>
_WinAPI_GetPriorityClass ( [$iPID = 0] )


###Parameters###
@@ParamTable@@
$iPID
	[optional] The PID of the process. Default (0) is the current process.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The priority class of the specified process ($*_PRIORITY_CLASS).
Failure:	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
($*_PRIORITY_CLASS constants require #include <APIShellExConstants.au3>


###Related###
None.


###See Also###
@@MsdnLink@@ GetPriorityClass
