SUBSCRIPTIONITEMINFO structure
Obsolete. Contains the information associated with the subscription item.
Syntax
typedef struct tagSUBSCRIPTIONITEMINFO { unsigned long cbSize; DWORD dwFlags; DWORD dwPriority; SUBSCRIPTIONCOOKIE ScheduleGroup; CLSID clsidAgent; } SUBSCRIPTIONITEMINFO;
Members
- cbSize
-
Unsigned long integer value that contains the size of the structure.
- dwFlags
-
Unsigned long integer value that contains the flags that indicate the type of subscription. This can be set to TASK_FLAG_START_ONLY_IF_IDLE to specify that the subscription item should only be run while the user's computer is idle.
- dwPriority
-
Unsigned long integer value that contains the priority of the subscription.
- ScheduleGroup
-
SUBSCRIPTIONCOOKIE value that specifies a unique identifier for a subscription.
- clsidAgent
-
CLSID value that contains the cookie associated with the delivery agent.
Remarks
Windows Internet Explorer 7 and later. This structure is obsolete and should not be used.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|