pub unsafe extern "C" fn FspServiceAcceptControl(
Service: *mut FSP_SERVICE,
Control: ULONG,
)Expand description
Configure the control codes that a service accepts.
This API should be used prior to Start operations.
@param Service The service object. @param Control The control codes to accept. Note that the SERVICE_ACCEPT_PAUSE_CONTINUE code is silently ignored.