Click to return to the Content     
SUBSCRIPTIONINFO Structur...     Information Delivery Enum...     Information Delivery Stru...    
Web Workshop  |  Content & Component Delivery

SUBSCRIPTIONITEMINFO Structure


Contains the information associated with the subscription item.

Syntax

typedef struct tagSUBSCRIPTIONITEMINFO {
    ULONG               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.

Structure Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Declared in Subsmgr.h
Minimum availability Internet Explorer 5


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.