Ejemplo n.º 1
0
 public static extern bool ChangeServiceConfig2(IntPtr hService, ServiceConfigType dwInfoLevel, ref ServiceDescription lpInfo);
Ejemplo n.º 2
0
 public static extern bool ChangeServiceConfig2W(SafeHandle hService, ServiceConfigType dwInfoLevel, /**/ ref SERVICE_FAILURE_ACTIONSW /*/IntPtr/**/ lpInfo);
Ejemplo n.º 3
0
 public static extern bool ChangeServiceConfig2(IntPtr hService, ServiceConfigType dwInfoLevel, ref ServiceSidType lpInfo);
Ejemplo n.º 4
0
 public static extern bool ChangeServiceConfig2W(SafeHandle hService, ServiceConfigType dwInfoLevel, ref SERVICE_FAILURE_ACTIONS_FLAG lpInfo);