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

IShellView3 (Interfaces)
 
.
Summary
Extends the capabilities of IShellView2 by providing a method to replace IShellView2::CreateViewWindow2.

C# Definition:

[ComImport(),
Guid("ec39fa88-f8af-41c5-8421-38bed28f4673"),
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IShellView3 {
       int CreateViewWindow3(
        [In, MarshalAs(UnmanagedType.Interface)] IShellBrowser psbOwner,
        [In, MarshalAs(UnmanagedType.Interface)] IShellView psvPrevious,
        [In] SV3CVW3_FLAGS dwViewFlags,
        [In] FolderFlags dwMask,
        [In] FolderFlags dwFlags,
        [In] FolderViewMode fvMode,
        [In, Out] ref Guid pvid,
        [In, Out] ref RECT prcView,
        [Out] out UInt32 phWnd);
}

VB Definition:

<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IShellView3
   TODO
End Interface

User-Defined Types:

None.

Notes:

None.

Documentation
IShellView3 on MSDN

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions