|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shsvcs) | |
| static VOID | UpdateServiceStatus (DWORD dwState) |
| static DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
| VOID WINAPI | ThemeServiceMain (DWORD argc, LPTSTR *argv) |
Variables | |
| static WCHAR | ServiceName [] = L"Themes" |
| SERVICE_STATUS_HANDLE | ServiceStatusHandle |
| SERVICE_STATUS | ServiceStatus |
| HANDLE | StartEvent |
| HANDLE | StopEvent |
|
static |
Definition at line 59 of file thmsvc.c.
Referenced by ThemeServiceMain().
Definition at line 106 of file thmsvc.c.
Definition at line 29 of file thmsvc.c.
Referenced by ServiceControlHandler(), and ThemeServiceMain().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shsvcs | ) |
|
static |
Definition at line 18 of file thmsvc.c.
Referenced by ThemeServiceMain().
| SERVICE_STATUS ServiceStatus |
Definition at line 21 of file thmsvc.c.
Referenced by ServiceControlHandler(), and UpdateServiceStatus().
| SERVICE_STATUS_HANDLE ServiceStatusHandle |
Definition at line 20 of file thmsvc.c.
Referenced by ServiceControlHandler(), ThemeServiceMain(), and UpdateServiceStatus().
| HANDLE StartEvent |
Definition at line 26 of file thmsvc.c.
Referenced by CreateTestThread(), ServiceControlHandler(), and ThemeServiceMain().
| HANDLE StopEvent |
Definition at line 26 of file thmsvc.c.
Referenced by ServiceControlHandler(), and ThemeServiceMain().