Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
RmFilterTriggerInvalidValue: 0 An invalid filter trigger. |
RmFilterTriggerFileModifies the shutdown or restart actions for an application identified by its executable filename. |
RmFilterTriggerProcessModifies the shutdown or restart actions for an application identified by a RM_UNIQUE_PROCESS structure. |
RmFilterTriggerServiceModifies 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 |