ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winsvc.h>
#include <wine/debug.h>
Go to the source code of this file.
Functions | |
int | kickoff_telnetd (void) |
WINE_DEFAULT_DEBUG_CHANNEL (telnetd) | |
static DWORD WINAPI | service_handler (DWORD ctrl, DWORD event_type, LPVOID event_data, LPVOID context) |
static void WINAPI | serv_main (DWORD argc, LPWSTR *argv) |
int | main (int argc, char **argv) |
Variables | |
static WCHAR | telnetdW [] = {'t','e','l','n','e','t','d',0} |
static SERVICE_STATUS_HANDLE | service_handle |
static HANDLE | stop_event |
Definition at line 48 of file telnetd.c.
Referenced by serv_main().
Definition at line 95 of file serviceentry.c.
Definition at line 63 of file serviceentry.c.
Referenced by main().
|
static |
Definition at line 34 of file serviceentry.c.
Referenced by serv_main().
WINE_DEFAULT_DEBUG_CHANNEL | ( | telnetd | ) |
|
static |
Definition at line 31 of file serviceentry.c.
Referenced by serv_main(), and service_handler().
|
static |
Definition at line 32 of file serviceentry.c.
Referenced by serv_main(), and service_handler().