The IDccManSink::OnLogAnswered method indicates that the Windows CE connection manager has detected the communications interface.
Note This method is called only for a client application running under Windows 95; it is not called if the client is running under Windows NT.
STDMETHODIMP IDccManSink::OnLogAnswered(void);
Header file: | Dccole.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
None.
This method should always return NOERROR.
The IDccManSink::OnLogAnswered method is implemented by a client application and is called when the Windows CE connection manager has detected the presence of the communications interface.
For more information, see Receiving Connection Notification.