SetIPSecConfig (Windows CE 5.0)
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
Send Feedback on this topic to the authors