ReactOS 0.4.16-dev-297-gc569aee
|
#include "myservice.h"
Go to the source code of this file.
Classes | |
struct | _ServiceInfo |
struct | _ServiceData |
Typedefs | |
typedef struct _ServiceInfo | SERVICEINFO |
typedef struct _ServiceInfo * | PSERVICEINFO |
typedef struct _ServiceData | SERVICEDATA |
typedef struct _ServiceData * | PSERVICEDATA |
Functions | |
DWORD WINAPI | ThreadProc (LPVOID lpParam) |
static VOID | UpdateStatus (PSERVICEINFO pServInfo, DWORD NewStatus, DWORD Check) |
static BOOL | CreateServiceThread (PSERVICEINFO pServInfo) |
DWORD WINAPI | ServerCtrlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
VOID WINAPI | ServiceMain (DWORD argc, LPTSTR argv[]) |
int | _tmain (int argc, LPTSTR argv[]) |
Variables | |
volatile BOOL | bShutDown = FALSE |
volatile BOOL | bPause = FALSE |
LPTSTR | ServiceName = _T("skel_service") |
typedef struct _ServiceData * PSERVICEDATA |
typedef struct _ServiceInfo * PSERVICEINFO |
typedef struct _ServiceData SERVICEDATA |
typedef struct _ServiceInfo SERVICEINFO |
Definition at line 189 of file ServiceMain.c.
|
static |
Definition at line 67 of file ServiceMain.c.
Referenced by ServiceMain().
DWORD WINAPI ServerCtrlHandler | ( | DWORD | dwControl, |
DWORD | dwEventType, | ||
LPVOID | lpEventData, | ||
LPVOID | lpContext | ||
) |
Definition at line 104 of file ServiceMain.c.
Referenced by ServiceMain().
Definition at line 154 of file ServiceMain.c.
Referenced by _tmain().
Definition at line 30 of file ServiceMain.c.
Referenced by CreateServiceThread(), and CreateUI().
|
static |
Definition at line 41 of file ServiceMain.c.
Referenced by CreateServiceThread(), ServerCtrlHandler(), and ServiceMain().
Definition at line 13 of file ServiceMain.c.
Referenced by ServerCtrlHandler().
Definition at line 12 of file ServiceMain.c.
Referenced by ServerCtrlHandler(), and ThreadProc().
Definition at line 15 of file ServiceMain.c.
Referenced by _tmain(), and ServiceMain().