StartIPSec (Windows CE 5.0)
This function starts IPSec.
HRESULT StartIPSec(void);
Parameters
None.
Return Values
Returns S_OK if successful, or an appropriate HRESULT value otherwise.
Remarks
If IPSec is already running, this function increments an internal reference count. If the function call to StartIPSec succeeds, make sure to call StopIPSec to stop IPSec.
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