mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
svcctl: add SERVICE_TYPE_INTERACTIVE_PROCESS define.
Guenther
This commit is contained in:
parent
1b9ae1a6bb
commit
c60569c9b8
@ -76,6 +76,7 @@ import "misc.idl", "security.idl";
|
||||
const int SERVICE_TYPE_WIN32_OWN_PROCESS = 0x10;
|
||||
const int SERVICE_TYPE_WIN32_SHARE_PROCESS = 0x20;
|
||||
const int SERVICE_TYPE_WIN32=SERVICE_TYPE_WIN32_OWN_PROCESS|SERVICE_TYPE_WIN32_SHARE_PROCESS;
|
||||
const int SERVICE_TYPE_INTERACTIVE_PROCESS = 0x100;
|
||||
|
||||
typedef [public,bitmap32bit] bitmap {
|
||||
SV_TYPE_WORKSTATION = 0x00000001,
|
||||
|
Loading…
Reference in New Issue
Block a user