public HRESULT CreateViewWindow(IShellView *psvPrevious, [NativeTypeName("LPCFOLDERSETTINGS")] FOLDERSETTINGS *pfs, IShellBrowser *psb, RECT *prcView, HWND *phWnd)
 {
     return(((delegate * unmanaged <IShellView *, IShellView *, FOLDERSETTINGS *, IShellBrowser *, RECT *, HWND *, int>)(lpVtbl[9]))((IShellView *)Unsafe.AsPointer(ref this), psvPrevious, pfs, psb, prcView, phWnd));
 }
Esempio n. 2
0
 public static extern BOOL SHOpenPropSheetW([NativeTypeName("LPCWSTR")] ushort *pszCaption, [NativeTypeName("HKEY []")] HKEY *ahkeys, uint ckeys, [NativeTypeName("const CLSID *")] Guid *pclsidDefault, IDataObject *pdtobj, IShellBrowser *psb, [NativeTypeName("LPCWSTR")] ushort *pStartPage);