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

Structures

.
Summary
Contains parameters for the SHBrowseForFolder function and receives information about the folder selected by the user.

Interfaces

.
Summary
.
Summary

shell32

.
Summary
.

static extern IntPtr SHBrowseForFolder(ref BROWSEINFO lpbi);

.

<DllImport("shell32.dll", SetLastError:=true, EntryPoint:="SHBrowseForFolderW", CharSet:=CharSet.Unicode)> _

.

Public Shared Function SHBrowseForFolder(<MarshalAs(UnmanagedType.Struct)>ByRef lpFileOp As BROWSEINFO) As IntPtr

.

Public Declare Function SHBrowseForFolder Lib "shell32.dll" Alias "SHBrowseForFolderA" _

.

        static extern IntPtr SHBrowseForFolder(ref BROWSEINFO lpbi);

.

                pidl = SHBrowseForFolder(ref bi);

.
Documentation
[SHBrowseForFolder] on MSDN

Delegates

.
Summary

 
Access PInvoke.net directly from VS: