Retrieves the shutdown parameters for the currently calling process.
Syntax
BOOL WINAPI GetProcessShutdownParameters(
__out LPDWORD lpdwLevel,
__out LPDWORD lpdwFlags
);Parameters
- lpdwLevel [out]
A pointer to a variable that receives the shutdown priority level. Higher levels shut down first. System level shutdown orders are reserved for system components. Higher numbers shut down first. Following are the level conventions.
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.
- lpdwFlags [out]
A pointer to a variable that receives the shutdown flags. This parameter can be the following value.
Return value
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.
Requirements
Minimum supported client | Windows 2000 Professional |
|---|---|
Minimum supported server | Windows 2000 Server |
Header |
|
Library |
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 9/7/2011