1
0
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:
Günther Deschner 2009-01-09 14:29:40 +01:00
parent 1b9ae1a6bb
commit c60569c9b8

View File

@ -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,