Exemplo n.º 1
0
 public int EnumSearches(ref IEnumExtraSearch ppEnum)
 {
     checkDisposed();
     return(_iShellFolder2.EnumSearches(ref ppEnum));
 }
Exemplo n.º 2
0
 int IShellFolder2.EnumSearches(out IEnumExtraSearch ppenum)
 {
     ppenum = null;
     return(WinError.E_NOTIMPL);
 }
 int IShellFolder2.EnumSearches(out IEnumExtraSearch ppenum)
 {
     //  Use the ShellFolderImpl to handle the details.
     return ((IShellFolder2)shellFolderImpl).EnumSearches(out ppenum);
 }
Exemplo n.º 4
0
 public int EnumSearches(ref IEnumExtraSearch ppEnum)
 {
     checkDisposed();
     return _iShellFolder2.EnumSearches(ref ppEnum);
 }
Exemplo n.º 5
0
 int IShellFolder2.EnumSearches(out IEnumExtraSearch ppenum)
 {
     ppenum = null;
     return WinError.E_NOTIMPL;
 }
Exemplo n.º 6
0
 int IShellFolder2.EnumSearches(out IEnumExtraSearch ppenum)
 {
     //  Use the ShellFolderImpl to handle the details.
     return(((IShellFolder2)shellFolderImpl).EnumSearches(out ppenum));
 }