Desktop Functions: Smart Device Functions:
|
Search Results for "IShellView" in [All]Interfaces
void QueryActiveShellView(ref IShellView ppshv);
void OnViewWindowActive(IShellView ppshv); 2: IShellView
internal interface IShellView
void CreateViewWindow([In,MarshalAs(UnmanagedType.Interface)] IShellView previousShellView , [In] ref FolderSettings folderSetting,[In] IShellBrowser shellBrowser,[In] ref RECT bounds,[In,Out] ref IntPtr handleOfCreatedWindow);
Friend Interface IShellView
Sub CreateViewWindow(<In, MarshalAs(UnmanagedType.Interface)> ByVal previousShellView As IShellView, <In> ByRef folderSetting As FolderSettings, <In> ByVal shellBrowser As IShellBrowser, <In> ByRef bounds As RECT, <In, Out> ByRef handleOfCreatedWindow As IntPtr) 3: IShellView3
|