UPNPCB_ID (Windows Embedded CE 6.0)
1/6/2010
This enumeration functions as a callback message identifier.
Syntax
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
Header | upnpdevapi.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |