ReactOS 0.4.15-dev-7924-g5949c20
notify_data Struct Reference

#include <types.h>

Collaboration diagram for notify_data:

Public Attributes

time_t modify_time
 
time_t status_time
 
time_t total_time
 
unsigned int num_entries
 
SERVICE_NOTIFYW notify
 
SC_HANDLE svc
 
BOOL was_called
 
DWORD phase
 

Detailed Description

Definition at line 270 of file types.h.

Member Data Documentation

◆ modify_time

time_t notify_data::modify_time

Definition at line 272 of file types.h.

◆ notify

SERVICE_NOTIFYW notify_data::notify

Definition at line 2273 of file service.c.

◆ num_entries

unsigned int notify_data::num_entries

Definition at line 275 of file types.h.

◆ phase

DWORD notify_data::phase

Definition at line 2276 of file service.c.

◆ status_time

time_t notify_data::status_time

Definition at line 273 of file types.h.

◆ svc

SC_HANDLE notify_data::svc

Definition at line 2274 of file service.c.

Referenced by test_servicenotify().

◆ total_time

time_t notify_data::total_time

Definition at line 274 of file types.h.

◆ was_called

BOOL notify_data::was_called

Definition at line 2275 of file service.c.


The documentation for this struct was generated from the following files: