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.
Describes the restart or shutdown actions for an application or service.
Syntax
typedef enum _RM_FILTER_TRIGGER {
RmFilterTriggerInvalid = 0,
RmFilterTriggerFile,
RmFilterTriggerProcess,
RmFilterTriggerService
} RM_FILTER_TRIGGER;
Constants
RmFilterTriggerInvalid Value: 0 An invalid filter trigger. |
RmFilterTriggerFile Modifies the shutdown or restart actions for an application identified by its executable filename. |
RmFilterTriggerProcess Modifies the shutdown or restart actions for an application identified by a RM_UNIQUE_PROCESS structure. |
RmFilterTriggerService Modifies the shutdown or restart actions for a service identified by a service short name. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | restartmanager.h |