public static extern IntPtr SHBrowseForFolder([In] BROWSEINFO lpbi);
[DllImport("shell32")] public static extern int SHBrowseForFolder(BROWSEINFO lpbi);