Home
last modified time | relevance | path

Searched refs:EnumSubCommands (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DContextMenu.h64 STDMETHOD (EnumSubCommands) (IEnumExplorerCommand **ppEnum) Z7_override;
H A DMyExplorerCommand.h210 STDMETHOD (EnumSubCommands) (IEnumExplorerCommand **ppEnum) = 0;
H A DContextMenu.cpp1756 Z7_COMWF_B CZipExplorerCommand::EnumSubCommands(IEnumExplorerCommand **ppEnum) in EnumSubCommands() function in CZipExplorerCommand
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dshobjidl.h34544 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);