37 references to IEnumIDList
System.Windows.Forms.Primitives (37)
Windows.Win32.IEnumIDList.g.cs (32)
26 :IVTable<IEnumIDList,IEnumIDList.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IEnumIDList*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumIDList*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IEnumIDList*,uint>)lpVtbl[1])((IEnumIDList*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IEnumIDList*,uint>)lpVtbl[2])((IEnumIDList*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT Next(IEnumIDList* pThis, uint celt, winmdroot.UI.Shell.Common.ITEMIDLIST** rgelt, [Optional] uint* pceltFetched) 99 return ((delegate *unmanaged [Stdcall]<IEnumIDList*,uint ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumIDList*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 105 private static winmdroot.Foundation.HRESULT Skip(IEnumIDList* pThis, uint celt) 135 return ((delegate *unmanaged [Stdcall]<IEnumIDList*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumIDList*)Unsafe.AsPointer(ref this), celt); 141 private static winmdroot.Foundation.HRESULT Reset(IEnumIDList* pThis) 167 return ((delegate *unmanaged [Stdcall]<IEnumIDList*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumIDList*)Unsafe.AsPointer(ref this)); 173 private static winmdroot.Foundation.HRESULT Clone(IEnumIDList* pThis, winmdroot.UI.Shell.IEnumIDList** ppenum) 199 public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.UI.Shell.IEnumIDList** ppenum) 201 return ((delegate *unmanaged [Stdcall]<IEnumIDList*,winmdroot.UI.Shell.IEnumIDList** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumIDList*)Unsafe.AsPointer(ref this), ppenum); 225 internal delegate *unmanaged [Stdcall]<IEnumIDList*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 227 internal delegate *unmanaged [Stdcall]<IEnumIDList*,uint> AddRef_2; 229 internal delegate *unmanaged [Stdcall]<IEnumIDList*,uint> Release_3; 231 internal delegate *unmanaged [Stdcall]<IEnumIDList*,uint ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 233 internal delegate *unmanaged [Stdcall]<IEnumIDList*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 235 internal delegate *unmanaged [Stdcall]<IEnumIDList*,winmdroot.Foundation.HRESULT> Reset_6; 237 internal delegate *unmanaged [Stdcall]<IEnumIDList*,winmdroot.UI.Shell.IEnumIDList** ,winmdroot.Foundation.HRESULT> Clone_7; 276 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.UI.Shell.IEnumIDList** ppenum);
Windows.Win32.IShellFolder.g.cs (5)
133 private static winmdroot.Foundation.HRESULT EnumObjects(IShellFolder* pThis, winmdroot.Foundation.HWND hwnd, uint grfFlags, winmdroot.UI.Shell.IEnumIDList** ppenumIDList) 170 public unsafe winmdroot.Foundation.HRESULT EnumObjects(winmdroot.Foundation.HWND hwnd, uint grfFlags, winmdroot.UI.Shell.IEnumIDList** ppenumIDList) 172 return ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,uint ,winmdroot.UI.Shell.IEnumIDList** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IShellFolder*)Unsafe.AsPointer(ref this), hwnd, grfFlags, ppenumIDList); 701 internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,uint ,winmdroot.UI.Shell.IEnumIDList** ,winmdroot.Foundation.HRESULT> EnumObjects_5; 756 unsafe winmdroot.Foundation.HRESULT EnumObjects(winmdroot.Foundation.HWND hwnd, uint grfFlags, winmdroot.UI.Shell.IEnumIDList** ppenumIDList);