ParsecHostStop
voidParsecHostStop(Parsec *ps,ParsecStatuserror)
Disconnect all guests and stop hosting.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | error | ParsecStatus error code to return to the client on termination. Under normal circumstances, the error code should be HOST_WRN_SHUTDOWN . |