Exemplo n.º 1
0
 public HRESULT GetSelectedObjects([NativeTypeName("LPCITEMIDLIST **")] ITEMIDLIST ***pppidl, uint *puItems)
 {
     return(((delegate * unmanaged <IShellFolderView *, ITEMIDLIST ***, uint *, int>)(lpVtbl[17]))((IShellFolderView *)Unsafe.AsPointer(ref this), pppidl, puItems));
 }
Exemplo n.º 2
0
 public HRESULT GetIDArrayResult(uint *pcItems, [NativeTypeName("LPITEMIDLIST **")] ITEMIDLIST ***prgpidl)
 {
     return(((delegate * unmanaged <INamespaceWalk *, uint *, ITEMIDLIST ***, int>)(lpVtbl[4]))((INamespaceWalk *)Unsafe.AsPointer(ref this), pcItems, prgpidl));
 }