Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The IDccManSink2interface extends the IDccManSinkinterface to provide support for the new Internet Protocol (IP) standard, IP version 6 (IPv6). IPv6 replaces the previous version, IPv4.

Note:
The IDccManSink2interface is designed for event notifications only and is executed by RAPI internal thread. Therefore, you should not make RAPI function calls other than CeRapiInitExand CeRapiUninitfrom within the methods of the interface. A RAPI application should only call other RAPI functions from its own thread.

When to Implement

Implement this interface to receive and process notifications from Connection Manager that indicate when an IP address is established for communication between the desktop computer and the Windows Mobile device.

When to Use

Use this interface to take advantage of IPv6 when establishing communication between the desktop computer and the mobile device. This interface supports both IPv4 and IPv6.

Methods in Vtable Order

IDccManSink2 method Windows Mobile Professional Windows Mobile Standard Description

OnLogIpAddrEx

X

X

Indicates that an IP address has been established for communication between the desktop computer and the mobile device.

Remarks

The OnLogIpAddrmethod is available in this interface (through the IDccManSinkinheritance), but it is triggered only when the device connects through IPv4. Therefore, applications should always use the OnLogIpAddrExmethod, which recognizes both IPv4 and IPv6.

IPv6 was standardized by the Internet Engineering Task Force (IETF) in December 1998, in document RFC 2640 .

Requirements

Header dccole2.h
Windows Embedded CE Windows CE .NET 4.2 and later
Windows Mobile Pocket PC for Windows Mobile 2003 and later, Smartphone for Windows Mobile 2003 and later

See Also

Reference

IDccManSink
IDccManSink2

Concepts

RAPI Interfaces

Other Resources

IDccMan