IDccManSink2::OnLogIpAddrEx (Windows Embedded CE 6.0)
1/6/2010
The OnLogIpAddrEx method indicates that an Internet Protocol (IP) address has been established for communication between the desktop computer and the Windows Embedded CE-based device.
Syntax
HRESULT OnLogIpAddrEx (
const SOCKADDR_STORAGE * pIpAddrd
);
Parameters
- pIpAddrd
[in] Specifies the IP address of the mobile device, as a SOCKADDR_STORAGE structure.
Return Value
This method should return S_OK if it was successful, and appropriate errors if not.
Remarks
This method is implemented by a client application and is called when Windows Embedded CE Connection Manager has determined the IP address that was used to connect to the mobile device. At this point, the connection is completely established.
Requirements
Header | dccole2.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
IDccManSink2
IDccManSink
IDccManSink::OnLogIpAddr