IsIPSecRunning (Windows CE 5.0)
This function determines if IPSec is already running.
HRESULT IsIPSecRunning(void);
Parameters
None.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | IPSec is running. |
S_FALSE | IPSec is not running. |
Remarks
If you plan on performing additional operations, you should call StartIPSec to increment the reference count.
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