SetIPSecConfig (Windows CE 5.0)

Send Feedback

This function sets IPSec configuration parameters, such as ligging level and IPSec method.

HRESULT SetIPSecConfig(  IPSEC_API_PARAM param,  DWORD flags);

Parameters

  • param
    [in] IPSec configuration parameter information as specified in the IPSEC_API_PARAM structure.
  • flags
    [in] Reserved. Set to zero.

Return Values

Returns S_OK if successful, or an appropriate HRESULT value otherwise.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Ipsec_api.h.
Link Library: Ipsec_api.lib.

See Also

IPSEC_API_PARAM

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.