diff options
-rw-r--r-- | librpc/idl/svcctl.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl index c1227597a8..fa792c2457 100644 --- a/librpc/idl/svcctl.idl +++ b/librpc/idl/svcctl.idl @@ -28,6 +28,12 @@ import "misc.idl", "security.idl"; uint32 wait_hint; } SERVICE_STATUS; + typedef [public] struct { + SERVICE_STATUS status; + uint32 process_id; + uint32 service_flags; + } SERVICE_STATUS_PROCESS; + typedef struct { [relative] astring *service_name; [relative] astring *display_name; |