BExplorer.Shell.Interop.Shell32.SHGetSetFolderCustomSettings C# (CSharp) Method

SHGetSetFolderCustomSettings() private method

private SHGetSetFolderCustomSettings ( LPSHFOLDERCUSTOMSETTINGS &pfcs, string pszPath, UInt32 dwReadWrite ) : HResult
pfcs LPSHFOLDERCUSTOMSETTINGS
pszPath string
dwReadWrite System.UInt32
return HResult
		public static extern HResult SHGetSetFolderCustomSettings(ref LPSHFOLDERCUSTOMSETTINGS pfcs, string pszPath, UInt32 dwReadWrite);