UPNPCB_ID
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
Universal Plug and Play (UPnP)
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.