pub unsafe extern "C" fn FspServiceSetExitCode(
Service: *mut FSP_SERVICE,
ExitCode: ULONG,
)Expand description
Set the service process exit code.
@param Service The service object. @param ExitCode Service process exit code.
pub unsafe extern "C" fn FspServiceSetExitCode(
Service: *mut FSP_SERVICE,
ExitCode: ULONG,
)Set the service process exit code.
@param Service The service object. @param ExitCode Service process exit code.