IcmpCreateFile (Windows CE 5.0)

Send Feedback

This function creates a handle on which Internet Control Message Protocol (ICMP) requests can be issued.

HANDLEWINAPI IcmpCreateFile(VOID);

Parameters

None.

Return Values

An ICMP handle indicates success. INVALID_HANDLE_VALUE indicates failure. To get extended error information, call GetLastError.

Requirements

OS Versions: Windows CE 2.12 and later.
Header: Icmpapi.h.
Library: Icmplib.lib.

See Also

ICMP Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.