次の方法で共有


IDccManSink2::OnLogIpAddrEx

Send Feedback

The OnLogIpAddrEx method indicates that an Internet Protocol (IP) address has been established for communication between the desktop computer and the mobile 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 Values

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 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

Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: Declared in dccole2.h

See Also

Remote API Interfaces | IDccMan | IDccManSink | IDccManSink2

| IDccManSink::OnLogIpAddr

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.