Share via


IsIPSecRunning (Windows CE 5.0)

Send Feedback

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

StartIPSec

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.