Share via


UPNPCB_ID (Windows CE 5.0)

Send Feedback

This enumeration functions as a callback message identifier.

typedef enum {UPNPCB_INIT,UPNPCB_SUBSCRIBING,UPNPCB_UNSUBSCRIBING,UPNPCB_CONTROL,UPNPCB_IDLE,UPNPCB_WAKEUP,UPNPCB_SHUTDOWN} UPNPCB_ID;

Elements

  • UPNPCB_INIT
    First callback message.
  • UPNPCB_SUBSCRIBING
    Subscribe request.
  • UPNPCB_UNSUBSCRIBING
    Unsubscribe request.
  • UPNPCB_CONTROL
    Control action.
  • UPNPCB_IDLE
    Not used. Reserved.
  • UPNPCB_WAKEUP
    Not used. Reserved.
  • UPNPCB_SHUTDOWN
    Device shutdown.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Upnpdevapi.h.

See Also

UPnP C Device Host Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.