Called whenever the DOFServerState_IsStarted value changes for any of the DOF's servers. This function is called immediately for all servers when the listener is added, and then will be called whenever a server's started state changes. For each server, the library guarantees that calls to this function will occur in the same order as the associated state change, so that, for example, if a server rapidly starts and then stops, you won't mistakenly receive the stop notification before the start notification. This callback must not be
|