Skip to content

ServiceType

Windows service type flags.

A value is built from symbols, and every API taking one also accepts a bare symbol or an iterable of symbols in its place.

Example

let types = ServiceType :WIN32_OWN_PROCESS: :INTERACTIVE_PROCESS:

Inherits from: Iterable[ServiceTypeFlag]

Implements: std.FlagSet[ServiceTypeFlag]

Fields

int @ Int

The complete native value as an Int, including bits this type does not name.

Methods

from_int value -> ServiceType

Builds a value from a native integer, preserving every bit including ones this type does not name.

Parameters

NameTypeDescription
value Int Native service type mask.