pub unsafe extern "C" fn FspServiceRequestTime(
    Service: *mut FSP_SERVICE,
    Time: ULONG
)
Expand description

Request additional time from the Service Control Manager.

This API should be used during Start and Stop operations only.

@param Service The service object. @param Time Additional time (in milliseconds).