Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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