public HRESULT EnumSubCommands(IEnumExplorerCommand **ppEnum)
 {
     return(((delegate * unmanaged <IExplorerCommand *, IEnumExplorerCommand **, int>)(lpVtbl[10]))((IExplorerCommand *)Unsafe.AsPointer(ref this), ppEnum));
 }
 public HRESULT Clone(IEnumExplorerCommand **ppenum)
 {
     return(((delegate * unmanaged <IEnumExplorerCommand *, IEnumExplorerCommand **, int>)(lpVtbl[6]))((IEnumExplorerCommand *)Unsafe.AsPointer(ref this), ppenum));
 }