The GetProcessShutdownParameters function retrieves shutdown parameters for the currently calling process.
BOOL GetProcessShutdownParameters(
LPDWORD lpdwLevel, |
// shutdown priority |
LPDWORD lpdwFlags |
// shutdown flag |
); |
Value |
Meaning |
000-0FF |
System reserved last shutdown range. |
100-1FF |
Application reserved last shutdown range. |
200-2FF |
Application reserved “in between” shutdown range. |
300-3FF |
Application reserved first shutdown range. |
400-4FF |
System reserved first shutdown range. |
All processes start at shutdown level 0x280.
Value |
Meaning |
SHUTDOWN_NORETRY |
If this process takes longer than the specified timeout to shut down, do not display a retry dialog box for the user. Instead, just cause the process to directly exit. |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
file: /Techref/os/win/api/win32/func/src/f37_9.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/9 15:43,
3.144.37.153:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f37_9.htm"> GetProcessShutdownParameters</A> |
Did you find what you needed? |