StopIPSec (Windows CE 5.0)
This function stops IPSec.
HRESULT StopIPSec(void);
Parameters
None.
Return Values
Returns S_OK if successful, or an appropriate HRESULT value otherwise.
Remarks
This function reduces the internal reference count by one. If the reference count reaches zero, then IPSec is shut down. You must call this function each time you have made a successful call to StartIPSec. Do not call StopIPSec if the call to StartIPSec has failed.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Ipsec_api.h.
Link Library: Ipsec_api.lib.
See Also
Send Feedback on this topic to the authors