IChannelMgr::EnumChannelsIChannelMgr::EnumChannels*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IChannelMgr::DeleteChannelShortcut
*Next Topic: IEnumChannels::Clone

IChannelMgr::EnumChannels

HRESULT EnumChannels(
    [in] DWORD dwEnumFlags,
    [in] LPCWSTR pszURL,
    [out] IEnumChannels **pIEnumChannels
);

Creates a channel enumerator.

dwEnumFlags
Unsigned integer value that contains the flags that control the enumeration. Can be one of the CHANNELENUMFLAGS values or one of the following aggregate values:
CHANENUM_ALL Aggregate of all the CHANNELENUMFLAGS values.
CHANENUM_ALLDATA Aggregate of the CHANENUM_TITLE, CHANENUM_PATH, CHANENUM_URL, and the CHANENUM_SUBSCRIBESTATE values.
CHANENUM_ALLFOLDERS Aggregate of the CHANENUM_CHANNELFOLDER, CHANENUM_SOFTUPDATEFOLDER, and CHANENUM_DESKTOPFOLDER values.
pszURL
Optional. String value that contains the URL of the CDF file.
pIEnumChannels
Address of the pointer to the IEnumChannels interface of the enumerator.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.