SHGetDesktopFolderSHGetDesktopFolder*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SHGetDataFromIDList
*Next Topic: SHGetDiskFreeSpace

SHGetDesktopFolder


WINSHELLAPI HRESULT WINAPI SHGetDesktopFolder(
    LPSHELLFOLDER *ppshf
);

Retrieves the IShellFolder interface for the desktop folder, which is the root of the shell's namespace.

ppshf
Address that receives an IShellFolder interface pointer for the desktop folder. The calling application is responsible for eventually freeing the interface by calling its Release method.

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