Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of modification that is applied to restart or shutdown actions.
Syntax
typedef enum _RM_FILTER_ACTION {
RmInvalidFilterAction = 0,
RmNoRestart = 1,
RmNoShutdown
} RM_FILTER_ACTION;
Constants
RmInvalidFilterActionValue: 0 An invalid filter action. |
RmNoRestartValue: 1 Prevents the restart of the specified application or service. |
RmNoShutdownPrevents the shut down and restart of the specified application or service. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | restartmanager.h |