StartIPSec (Windows CE 5.0)

Send Feedback

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

StopIPSec

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.