2.2.26 SC_RPC_SERVICE_CONTROL_IN_PARAMSW

The SC_RPC_SERVICE_CONTROL_IN_PARAMSW union contains information associated with the service control parameters. String values are in Unicode.

 typedef 
 [switch_type(DWORD)] 
 union _SC_RPC_SERVICE_CONTROL_IN_PARAMSW {
   [case(1)] 
     PSERVICE_CONTROL_STATUS_REASON_IN_PARAMSW psrInParams;
 } SC_RPC_SERVICE_CONTROL_IN_PARAMSW,
  *PSC_RPC_SERVICE_CONTROL_IN_PARAMSW;

psrInParams: A structure that contains the service control parameter associated with a control as specified in section 2.2.31.