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 "shgetfolderlocation" in [All]

shell32

.

    /// A CSIDL is used in conjunction with one of four Shell functions, SHGetFolderLocation, SHGetFolderPath,

.

        /// My Documents folder in the namespace. To access that virtual folder, use SHGetFolderLocation, which returns the

.
Summary
.

static extern int SHGetFolderLocation(IntPtr hwndOwner, int nFolder,

.
Documentation
[SHGetFolderLocation] on MSDN
.

        // use SHGetFolderLocation, which returns the ITEMIDLIST for the

.

    Private Shared Function SHGetFolderLocation(hwndOwner As IntPtr, nFolder As Integer,

.

        SHGetFolderLocation(IntPtr.Zero, CInt(csidlInt), IntPtr.Zero, 0, ptr)

.

        SHGetFolderLocation(IntPtr.Zero, CInt(CplCsidl), IntPtr.Zero, 0, ptrLoc)

.

        SHGetFolderLocation(IntPtr.Zero, CInt(pcCsidl), IntPtr.Zero, 0, ptrLoc)


 
Access PInvoke.net directly from VS: