Returns a snapshot of the current state of the Server.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFServerState_Destroy.
- Note
- The state of the Server is dynamic and may change at any moment, due to a number of reasons. It is usually best to track the state of a Server through a listener.
- Parameters
-
self | The Server. This must not be NULL. |
- Returns
- The snapshot of the current state of the Server.
- See Also
- DOFServer_AddStateListener