Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 159 of file main.c.
{ SERVICE_TABLE_ENTRYW service_table[] = { { SERVICE_NAME, (LPSERVICE_MAIN_FUNCTIONW) ServiceMain }, { NULL, NULL } }; logmsg("Audio Service main()\n"); if (!StartServiceCtrlDispatcherW(service_table)) logmsg("StartServiceCtrlDispatcher failed\n"); return 0; }