IDccManSink::OnLogInactive (Compact 7)

3/12/2014

The OnLogInactive method indicates a disconnection or that a disconnected state exists between the desktop computer and the Windows Embedded Compact-based device.

Syntax

HRESULT IDccManSink::OnLogInactive(void);

Parameters

None.

Return Value

This method should always return NOERROR.

Remarks

The IDccManSink::OnLogInactive method is implemented by a client application and is called to indicate that the Windows Embedded Compact connection manager has initiated a disconnection between the desktop computer and the Windows Embedded Compact-based device.

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

Requirements

Header

dccole.h

See Also

Reference

IDccManSink
RAPI Interfaces
IDccManSink2