BExplorer.Shell.Interop.ShellNotifications.SHGetSpecialFolderLocation C# (CSharp) Method

SHGetSpecialFolderLocation() private method

private SHGetSpecialFolderLocation ( IntPtr hWnd, CSIDL nFolder, IntPtr &Pidl ) : uint
hWnd System.IntPtr
nFolder CSIDL
Pidl System.IntPtr
return uint
        private static extern uint SHGetSpecialFolderLocation(
            IntPtr hWnd,
            CSIDL nFolder,
            out IntPtr Pidl);