Share via


IsIPSecRunning (Windows Embedded CE 6.0)

1/6/2010

This function determines if IPSec is already running.

Syntax

HRESULT IsIPSecRunning(void);

Parameters

None.

Return Value

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

Header ipsec_api.h
Library Ipsec_api.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IPSec Functions
StartIPSec