12-07-2006 04:30 PM
12-14-2006 04:31 AM
Retrieves the IShellFolder interface for the desktop folder, which is the root of the Shell's namespace.
Syntax
HRESULT SHGetDesktopFolder( IShellFolder **ppshf );
Parameters
- 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 IUnknown::Release method.
Return Value
Returns NOERROR if successful, or an OLE-defined error result otherwise.
12-14-2006 04:51 AM
12-14-2006 04:53 AM