KEYSVC_TYPE enumeration
The KEYSVC_TYPE enumeration defines whether a key applies to a computer or a service.
Syntax
typedef enum _KEYSVC_TYPE {
KeySvcMachine,
KeySvcService
} KEYSVC_TYPE;
Constants
-
KeySvcMachine
-
The key is for a computer.
-
KeySvcService
-
The key is for a service.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also