ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msiexec) | |
static void | KillService (void) |
static BOOL | UpdateSCMStatus (DWORD dwCurrentState, DWORD dwWin32ExitCode, DWORD dwServiceSpecificExitCode) |
static void WINAPI | ServiceCtrlHandler (DWORD code) |
static DWORD WINAPI | ServiceExecutionThread (LPVOID param) |
static BOOL | StartServiceThread (void) |
static void WINAPI | ServiceMain (DWORD argc, LPSTR *argv) |
DWORD | DoService (void) |
Variables | |
static SERVICE_STATUS_HANDLE | hstatus |
static HANDLE | thread |
static HANDLE | kill_event |
Definition at line 155 of file service.c.
Referenced by WinMain().
Definition at line 36 of file service.c.
Referenced by ServiceCtrlHandler(), ServiceMain(), and UpdateSCMStatus().
Definition at line 84 of file service.c.
Referenced by ServiceMain().
Definition at line 102 of file service.c.
Referenced by StartServiceThread().
Definition at line 123 of file service.c.
Referenced by DoService().
Definition at line 109 of file service.c.
Referenced by ServiceMain().
|
static |
Definition at line 42 of file service.c.
Referenced by ServiceCtrlHandler(), and ServiceMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msiexec | ) |
|
static |
Definition at line 31 of file service.c.
Referenced by ServiceMain(), and UpdateSCMStatus().
|
static |
Definition at line 34 of file service.c.
Referenced by KillService(), ServiceExecutionThread(), and ServiceMain().
|
static |
Definition at line 33 of file service.c.
Referenced by _beginthread(), _Function_class_(), _test_flush_async(), _test_flush_done(), cache_connection(), child_process(), custom_action_server(), custom_client_thread(), custom_get_thread_return(), DECLARE_INTERFACE_(), do_read(), do_wait_idle_child(), end_host_object(), file_layout_read_thread(), file_layout_write_thread(), FinishNotificationThread(), FX_VF_METHOD(), http_release_netconn(), iskeyword(), LS_ThreadProc(), main(), mds_commit(), Netbios(), PdhCloseQuery(), PdhCollectQueryDataEx(), PrintStackBacktrace(), PrintThread(), request_destroy(), request_wait(), RpcReadFile(), rpcrt4_ncacn_http_open(), RPCRT4_new_client(), RtlDeleteTimerQueueEx(), run_thread(), ServiceMain(), SHCreateFromDesktop(), start_host_object(), start_host_object2(), start_installation(), START_TEST(), StartNotificationThread(), StartServiceThread(), FxSystemThread::StaticReaperThunk(), FxSystemThread::StaticThreadThunk(), sys_thread_new(), test_activateapp(), test_alertable(), test_alertable_wait(), test_apc_deadlock(), test_bsc_marshaling(), test_call_from_message(), test_channel_hook(), test_client_security(), test_CoFreeUnusedLibraries(), test_CoRegisterPSClsid(), test_CoWaitForMultipleHandles(), test_CoWaitForMultipleHandles_thread(), test_crash_couninitialize(), test_CreateThread_basic(), test_CreateThread_stack(), test_CreateThread_suspended(), test_dde_default_app(), test_default_ime_window_creation(), test_defwinproc(), test_ExitProcess(), test_external_connection(), test_FindFirstChangeNotification(), test_GetDataHere_Proxy(), test_GetKeyState(), test_gettext(), test_GetThreadExitCode(), test_GetThreadTimes(), test_globalinterfacetable(), test_handler_marshaling(), test_handles(), test_IInitializeSpy(), test_ImmDefaultHwnd(), test_implicit_mta(), test_Input_mouse(), test_InSendMessage(), test_interthread_marshal_and_unmarshal(), test_keyed_events(), test_layered_window(), test_marshal_and_unmarshal_invalid(), test_marshal_channel_buffer(), test_marshal_dispinterface(), test_marshal_proxy_apartment_shutdown(), test_marshal_proxy_mta_apartment_shutdown(), test_marshal_stub_apartment_shutdown(), test_message_filter(), test_MessageBox(), test_messages(), test_MultiThreadApartment(), test_multithreaded_clipboard(), test_mutant(), test_no_couninitialize_client(), test_no_couninitialize_server(), test_nonalertable(), test_overlapped(), test_proxy_interfaces(), test_proxy_marshal_and_unmarshal(), test_proxy_marshal_and_unmarshal2(), test_proxy_marshal_and_unmarshal_strong(), test_proxy_marshal_and_unmarshal_weak(), test_proxy_used_in_wrong_thread(), test_reader_info(), test_registered_object_thread_affinity(), test_render_with_multithread(), test_RtlIsCriticalSectionLocked(), test_RtlRegisterWait(), test_runner(), test_SendMessageTimeout(), test_set_clipboard_DRAWCLIPBOARD(), test_SetCursor(), test_SetForegroundWindow(), test_ShowCursor(), test_SuspendThread(), test_tablestrong_marshal_and_unmarshal_twice(), test_tableweak_and_normal_marshal_and_releasedata(), test_tableweak_and_normal_marshal_and_unmarshal(), test_tableweak_marshal_and_unmarshal_twice(), test_tableweak_marshal_releasedata1(), test_tableweak_marshal_releasedata2(), test_TerminateProcess(), test_TerminateThread(), test_thread_actctx(), test_thread_info(), test_thread_security(), test_thread_start_address(), test_Toolhelp(), test_two_tableweak_marshal_and_releasedata(), test_typelibmarshal(), test_WaitForInputIdle(), thread(), thread_data_server(), thread_init(), thread_next_unit(), threadFunc3(), wait_for_thread(), wave_out_test_deviceOut(), and window_proc().