Exemplo n.º 1
0
 public static extern unsafe bool QueryServiceStatus(IntPtr serviceHandle, NativeMethods.SERVICE_STATUS *pStatus);
Exemplo n.º 2
0
 public unsafe static extern bool SetServiceStatus(IntPtr serviceStatusHandle, NativeMethods.SERVICE_STATUS *status);
Exemplo n.º 3
0
 public unsafe extern static bool ControlService(IntPtr serviceHandle, int control, NativeMethods.SERVICE_STATUS *pStatus);