Implement GetProcessPriorityBoost

Dmitry Timoshkov dmitry at baikal.ru
Sun May 25 18:26:02 CDT 2003


"Lionel Ulmer" <lionel.ulmer at free.fr> wrote:

+BOOL WINAPI GetProcessPriorityBoost(HANDLE hprocess,PBOOL pDisablePriorityBoost)
+{
+ FIXME("(%p,%p): semi-stub\n", hprocess, pDisablePriorityBoost);
+ 
+ /* Report that no boost is present.. */
+ *pDisablePriorityBoost = FALSE;

I'm curious whether you need to test for pDisablePriorityBoost != NULL
before setting its value...

-- 
Dmitry.





More information about the wine-devel mailing list