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

shell32

.

private extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, IntPtr token, [MarshalAs(UnmanagedType.LPWStr)] string path);

.

SHSetKnownFolderPath(ref KnownFolder.Documents, (uint)flags, IntPtr.Zero, path);


 
Access PInvoke.net directly from VS: