SUBSCRIPTIONTYPE enumeration

Obsolete. Contains the different types of subscriptions.

Syntax


typedef enum SUBSCRIPTIONTYPE { 
  SUBSTYPE_URL             = 0,
  SUBSTYPE_CHANNEL         = 1,
  SUBSTYPE_DESKTOPURL      = 2,
  SUBSTYPE_EXTERNAL        = 3,
  SUBSTYPE_DESKTOPCHANNEL  = 4
} SUBSCRIPTIONTYPE;

Constants

SUBSTYPE_URL

Subscription is an Internet resource.

SUBSTYPE_CHANNEL

Subscription is a channel.

SUBSTYPE_DESKTOPURL

Subscription is a desktop component.

SUBSTYPE_EXTERNAL

Subscription is an external URL.

SUBSTYPE_DESKTOPCHANNEL

Subscription is a desktop component.

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

Subsmgr.h

 

 

Show: