Desktop Functions: Smart Device Functions:
|
Search Results for "SHGetDesktopFolder" in [All]shell32
static extern int SHGetDesktopFolder(ref IShellFolder ppshf);
Function SHGetDesktopFolder(ByRef ppshf As IShellFolder) As Integer misc2: Comments I was quite excited when I found this site, but I was somewhat disappointed with the incomplete nature of some of the information. For example, I was looking for some assistance with the SHBrowseForFolder call from Shell32, and I did find it -- but it is only a tease since the definition for BROWSEINFO is not available! OK, so I had figured most of that part out myself, but I then looked for details on SHGetDesktopFolder, and the same thing is true -- there is no definition of the output of that call! |