[DllImportAttribute("Shell32.dll")]
public static HResult SHOpenFolderAndSelectItems(
PIDL pidlFolder,
uint pidlCount,
IntPtr[] pidlArray,
OpenFolderFlags flags
)
<DllImportAttribute("Shell32.dll">]
Public Shared Function SHOpenFolderAndSelectItems (
pidlFolder As PIDL,
pidlCount As UInteger,
pidlArray As IntPtr(),
flags As OpenFolderFlags
) As HResult
Dim pidlFolder As PIDL
Dim pidlCount As UInteger
Dim pidlArray As IntPtr()
Dim flags As OpenFolderFlags
Dim returnValue As HResult
returnValue = Shell32.SHOpenFolderAndSelectItems(pidlFolder,
pidlCount, pidlArray, flags)
public:
[DllImportAttribute(L"Shell32.dll")]
static HResult SHOpenFolderAndSelectItems(
PIDL^ pidlFolder,
unsigned int pidlCount,
[InAttribute] array<IntPtr>^ pidlArray,
OpenFolderFlags flags
)
[<DllImportAttribute("Shell32.dll")>]
static member SHOpenFolderAndSelectItems :
pidlFolder : PIDL *
pidlCount : uint32 *
pidlArray : IntPtr[] *
flags : OpenFolderFlags -> HResult
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Win32.NativeMethods.Shell32.SHOpenFolderAndSelectItems(DevCase.Win32.Common.PIDL,System.UInt32,System.IntPtr[],DevCase.Win32.Enums.OpenFolderFlags)"]