2.2.23 SC_RPC_NOTIFY_PARAMS
The SC_RPC_NOTIFY_PARAMS structure<6> contains the parameters associated with the notification information of the service status.
-
typedef struct _SC_RPC_NOTIFY_PARAMS { DWORD dwInfoLevel; [switch_is(dwInfoLevel)] union { [case(1)] PSERVICE_NOTIFY_STATUS_CHANGE_PARAMS_1 pStatusChangeParam1; [case(2)] PSERVICE_NOTIFY_STATUS_CHANGE_PARAMS_2 pStatusChangeParams; }; } SC_RPC_NOTIFY_PARAMS;
dwInfoLevel: A value that indicates the version of the notification structure being used.
pStatusChangeParam1: A SERVICE_NOTIFY_STATUS_CHANGE_PARAMS_1 (section 2.2.43) structure that contains the service status notification information.
pStatusChangeParams: A SERVICE_NOTIFY_STATUS_CHANGE_PARAMS_2 (section 2.2.44) structure that contains the service status notification information.