IActiveDesktop::GetDesktopItemBySourceIActiveDesktop::GetDesktopItemBySource*
*Contents  *Index  *Topic Contents
*Previous Topic: IActiveDesktop::GetDesktopItemByID
*Next Topic: IActiveDesktop::GetDesktopItemCount

IActiveDesktop::GetDesktopItemBySource

HRESULT GetDesktopItemBySource (
    LPCWSTR pszSource,
    LPCOMPONENT pcomp,
    DWORD dwReserved
);

Retrieves a desktop item using its source URL.

pszSource
String value containing the source URL of the desktop item.
pcomp
Address of the COMPONENT structure that will be used to store the details about the desktop item. The size of the structure must be initialized in order for it to work properly.
dwReserved
Reserved. Must be set to zero.

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