SUBSCRIPTIONINFOFLAGS enumeration
Obsolete. Contains the type information about subscriptions.
Syntax
typedef enum SUBSCRIPTIONINFOFLAGS { SUBSINFO_SCHEDULE = 0x0001, SUBSINFO_RECURSE = 0x0002, SUBSINFO_WEBCRAWL = 0x0004, SUBSINFO_MAILNOT = 0x0008, SUBSINFO_MAXSIZEKB = 0x0010, SUBSINFO_USER = 0x0020, SUBSINFO_PASSWORD = 0x0040, SUBSINFO_TASKFLAGS = 0x0100, SUBSINFO_GLEAM = 0x0200, SUBSINFO_CHANGESONLY = 0x0400, SUBSINFO_CHANNELFLAGS = 0x0800, SUBSINFO_FRIENDLYNAME = 0x2000, SUBSINFO_NEEDPASSWORD = 0x4000, SUBSINFO_TYPE = 0x8000 } SUBSCRIPTIONINFOFLAGS;
Constants
- SUBSINFO_SCHEDULE
-
Update the schedule the subscription is on.
- SUBSINFO_RECURSE
-
Number of levels to recurse.
- SUBSINFO_WEBCRAWL
-
Flags for the link crawling agent.
- SUBSINFO_MAILNOT
-
User should be notified through e-mail.
- SUBSINFO_MAXSIZEKB
-
Maximum download size in kilobytes.
- SUBSINFO_USER
-
User name for authentication.
- SUBSINFO_PASSWORD
-
Password for authentication.
- SUBSINFO_TASKFLAGS
-
Subscription task flags.
- SUBSINFO_GLEAM
-
Add a gleam to notify the user of an update to the site.
- SUBSINFO_CHANGESONLY
-
Notify the user of changes only.
- SUBSINFO_CHANNELFLAGS
-
Channel flags.
- SUBSINFO_FRIENDLYNAME
-
Friendly name for the subscription.
- SUBSINFO_NEEDPASSWORD
-
Subscription requires a password.
- SUBSINFO_TYPE
-
Type of subscription.
Remarks
Windows Internet Explorer 7 and later. This information is obsolete and should not be used.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
Show: