Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Interfaces, prefix the name with the module name and a period.
IShellView2 (Interfaces)
.
C# Definition:
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("88e39e80-3578-11cf-ae69-08002b2e1262")]
[Guid("000214E2-0000-0000-C000-000000000046")]
public interface IShellView2
{
int CreateViewWindow2(SV2CVW2_PARAMS lpParams);
int GetView(out Guid pvid, in ulong uView);
int HandleRename(IntPtr pidlNew);
void SelectAndPositionItem(IntPtr pidlItem, SVSIF flags, in POINT point);
}
VB Definition:
<ComImport> _
<Guid("{88e39e80-3578-11cf-ae69-08002b2e1262}")> _
<Guid("{88E39E80-3578-11CF-AE69-08002B2E1262}")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IShellView2
TODO
End Interface
User-Defined Types:
None.
Notes:
None.
The IShellView interface is implemented to present a view in the Windows Explorer or folder windows
3/18/2022 7:38:00 PM - 97.113.50.174
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.