SetIPSecConfig (Windows Embedded CE 6.0)
1/6/2010
This function sets IPSec configuration parameters, such as ligging level and IPSec method.
Syntax
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 Value
Returns S_OK if successful, or an appropriate HRESULT value otherwise.
Requirements
Header | ipsec_api.h |
Library | Ipsec_api.lib |
Windows Embedded CE | Windows CE 5.0 and later |