次の方法で共有


VoIPSystemEvent (Windows CE 5.0)

Send Feedback

This enumeration lists possible system events. It is used in IVoIPUI::OnSystemEvent.

typedef enum VoIPSystemEvent{ e_vseInvalid = 0,e_vseTerminated,e_vseRegistering,e_vseRegistrationSucceeded,e_vseRegistrationFailed} VoIPSystemEvent;

Elements

  • e_vseInvalid
    Invalid system event.
  • e_vseTerminated
    The call is terminated.
  • e_vseRegistering
    The call is registering with the SIP server.
  • e_vseRegistrationSucceeded
    Registration with the SIP server succeeded.
  • e_vseRegistrationFailed
    Registration with the SIP server failed. The iptrParam of IVoIPUI::OnSystemEvent indicates the reason why registration failed.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.

See Also

VoIP Application Interface Layer Architecture | IVoIPUI::OnSystemEvent

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.