iResponseType (Windows Embedded CE 6.0)
1/5/2010
This enumeration lists the types of display responses the Watson upload server offers, used in the _BucketResponse structure.
Syntax
enum {
ResponseTypeMin = 0,
ResponseTypeDialogLink = 0,
ResponseTypeAutolaunch = 1,
ResponseTypeDialogSurvey = 2,
ResponseTypeLightweight = 3,
ResponseTypeMax = 4,
};
Elements
- ResponseTypeMin
Lower bound for enumeration.
- ResponseTypeDialogLink
Dialog with URL link to more information.
- ResponseTypeAutolaunch
Indicator to launch Internet Explorer with URL.
- ResponseTypeDialogSurvey
Dialog with URL link to survey.
- ResponseTypeLightweight
Launch lightweight Internet Explorer with URL.
- ResponseTypeMax
Upper bound of enumeration.
Requirements
Header | dwui.h |
Library | DwUI.dll |
Windows Embedded CE | Windows CE 5.0 and later |