Service Control Manager - service enumeration.
[samba.git] / source3 / rpcclient / display.c
index 8a5844f943833017b581f92a20d67c979b0e62e8..800b89e563b14dbceedde91cb8ae5f97771e0344 100644 (file)
@@ -1535,6 +1535,30 @@ void display_reg_key_info(FILE *out_hnd, enum action_type action,
        }
 }
 
        }
 }
 
+/****************************************************************************
+ display structure
+ ****************************************************************************/
+void display_svc_info(FILE *out_hnd, enum action_type action, ENUM_SRVC_STATUS *svc)
+{
+       switch (action)
+       {
+               case ACTION_HEADER:
+               {
+                       break;
+               }
+               case ACTION_ENUMERATE:
+               {
+                       fprintf(out_hnd, "\t%s:",  unistr2(svc->uni_srvc_name   .buffer)); /* service name unicode string */
+                       fprintf(out_hnd, "\t%s\n", unistr2(svc->uni_disp_name   .buffer)); /* display name unicode string */
+                       break;
+               }
+               case ACTION_FOOTER:
+               {
+                       break;
+               }
+       }
+}
+
 #if COPY_THIS_TEMPLATE
 /****************************************************************************
  display structure
 #if COPY_THIS_TEMPLATE
 /****************************************************************************
  display structure