Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SHGetSpecialFolderLocation" in [All]

Structures

.
Summary

shell32

.
Summary
.

    /// SHGetSpecialFolderLocation, and SHGetSpecialFolderPath, to retrieve a special folder's path or pointer

.
Summary
.

static extern int SHGetSpecialFolderLocation(IntPtr hwndOwner, CSIDL nFolder,

.

Public Function SHGetSpecialFolderLocation(hOwner As IntPtr, _

.

Public Declare Function SHGetSpecialFolderLocation Lib "shell32.dll" _

.
Documentation
[SHGetSpecialFolderLocation] on MSDN
.

            SHGetSpecialFolderLocation(IntPtr.Zero, CSIDL.CSIDL_MYVIDEO, ref ptrDirVideo);

.

        static extern int SHGetSpecialFolderLocation(IntPtr hwndOwner, CSIDL nFolder, ref IntPtr ppidl);


 
Access PInvoke.net directly from VS: