ParsecHostHookStop
ParsecStatusParsecHostHookStop( Parsec * )
Detach Parsec from the current process. This function takes longer than 2 seconds to complete, since we need to make sure nothing is left behind. Windows only.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
Returns
PARSEC_OK
when all hooks are successfully unhooked, otherwise a ParsecStatus
error value.