Searched refs:EnumSubCommands (Results 1 – 4 of 4) sorted by relevance
64 STDMETHOD (EnumSubCommands) (IEnumExplorerCommand **ppEnum) Z7_override;
210 STDMETHOD (EnumSubCommands) (IEnumExplorerCommand **ppEnum) = 0;
1756 Z7_COMWF_B CZipExplorerCommand::EnumSubCommands(IEnumExplorerCommand **ppEnum) in EnumSubCommands() function in CZipExplorerCommand
34544 virtual HRESULT STDMETHODCALLTYPE EnumSubCommands(34602 HRESULT (STDMETHODCALLTYPE *EnumSubCommands)(34626 #define IExplorerCommand_EnumSubCommands(This,ppEnum) (This)->lpVtbl->EnumSubCommands(This,ppEnum)34661 return This->lpVtbl->EnumSubCommands(This,ppEnum);