C# Class BelhardTraining.LessonMultithreading.KnownFolder

Well-known folder paths
Show file Open project: bazile/Training

Public Methods

Method Description
SHGetKnownFolderPath ( System.Guid rfid ) : string

Retrieves the full path of a known folder identified by the folder's KNOWNFOLDERID.

Private Methods

Method Description
SHGetKnownFolderPath ( [ rfid, uint dwFlags, IntPtr hToken, IntPtr &pszPath ) : int

Method Details

SHGetKnownFolderPath() public static method

Retrieves the full path of a known folder identified by the folder's KNOWNFOLDERID.
public static SHGetKnownFolderPath ( System.Guid rfid ) : string
rfid System.Guid /// A reference to the KNOWNFOLDERID that identifies the folder. ///
return string