IDccManSink::OnLogIpAddr (Compact 7)

3/12/2014

The OnLogIpAddr method indicates that a connection is established between the client application and the connection manager.

Syntax

HRESULT IDccManSink::OnLogIpAddr(
   DWORD dwIpAddr
);

Parameters

  • dwIpAddr
    Specifies the IP address of the Windows Embedded Compact device.

Return Value

This method should always return NOERROR.

Remarks

The IDccManSink::OnLogIpAddr method is implemented by a client application and is called when the Connection Manager has determined the IP address used it to connect to the Windows Embedded Compact powered device.

Note

At this point, the connection is considered to be completely established.

This is a good time (during this notification) for your application to initialize the remote communications layers between the desktop computer and the Windows Embedded Compact-based device by calling CeRapiInitEx.

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

Header

dccole.h

See Also

Reference

IDccManSink
RAPI Interfaces
IDccManSink2