Home
last modified time | relevance | path

Searched refs:SERVICE_NOTIFY_RUNNING (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/advapi32/
H A Dservice.c2298 ok(data->notify.dwNotificationTriggered == SERVICE_NOTIFY_RUNNING, in notify_cb()
2335 …dr = pNotifyServiceStatusChangeW(svc, SERVICE_NOTIFY_STOPPED | SERVICE_NOTIFY_RUNNING, &data.notif… in test_servicenotify()
2349 …dr = pNotifyServiceStatusChangeW(svc, SERVICE_NOTIFY_STOPPED | SERVICE_NOTIFY_RUNNING, &data.notif… in test_servicenotify()
2360 …dr = pNotifyServiceStatusChangeW(svc, SERVICE_NOTIFY_STOPPED | SERVICE_NOTIFY_RUNNING, &data.notif… in test_servicenotify()
2368 …dr = pNotifyServiceStatusChangeW(svc, SERVICE_NOTIFY_STOPPED | SERVICE_NOTIFY_RUNNING, &data2.noti… in test_servicenotify()
2393 …dr = pNotifyServiceStatusChangeW(svc, SERVICE_NOTIFY_STOPPED | SERVICE_NOTIFY_RUNNING, &data.notif… in test_servicenotify()
/reactos/sdk/include/psdk/
H A Dwinsvc.h83 #define SERVICE_NOTIFY_RUNNING 8 macro