public HRESULT GetCachedSlowAppInfo([NativeTypeName("PSLOWAPPINFO")] SLOWAPPINFO *psaid)
 {
     return(((delegate * unmanaged <IShellApp *, SLOWAPPINFO *, int>)(lpVtbl[6]))((IShellApp *)Unsafe.AsPointer(ref this), psaid));
 }
 public HRESULT GetSlowAppInfo([NativeTypeName("PSLOWAPPINFO")] SLOWAPPINFO *psaid)
 {
     return(((delegate * unmanaged <IPublishedApp2 *, SLOWAPPINFO *, int>)(lpVtbl[5]))((IPublishedApp2 *)Unsafe.AsPointer(ref this), psaid));
 }