41 references to IEnumIDList
System.Windows.Forms.Primitives (41)
_generated\121\Windows.Win32.IEnumIDList.g.cs (32)
27
:winmdroot.IVTable<
IEnumIDList
,
IEnumIDList
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IEnumIDList
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IEnumIDList
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IEnumIDList
*,uint>)lpVtbl[1])((
IEnumIDList
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IEnumIDList
*,uint>)lpVtbl[2])((
IEnumIDList
*)Unsafe.AsPointer(ref this));
78
private static winmdroot.Foundation.HRESULT Next(
IEnumIDList
* pThis, uint celt, winmdroot.UI.Shell.Common.ITEMIDLIST** rgelt, [Optional] uint* pceltFetched)
119
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);
125
private static winmdroot.Foundation.HRESULT Skip(
IEnumIDList
* pThis, uint celt)
155
return ((delegate *unmanaged [Stdcall]<
IEnumIDList
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IEnumIDList
*)Unsafe.AsPointer(ref this), celt);
161
private static winmdroot.Foundation.HRESULT Reset(
IEnumIDList
* pThis)
187
return ((delegate *unmanaged [Stdcall]<
IEnumIDList
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IEnumIDList
*)Unsafe.AsPointer(ref this));
193
private static winmdroot.Foundation.HRESULT Clone(
IEnumIDList
* pThis, winmdroot.UI.Shell.
IEnumIDList
** ppenum)
219
public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.UI.Shell.
IEnumIDList
** ppenum)
221
return ((delegate *unmanaged [Stdcall]<
IEnumIDList
*,winmdroot.UI.Shell.
IEnumIDList
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IEnumIDList
*)Unsafe.AsPointer(ref this), ppenum);
247
internal delegate *unmanaged [Stdcall]<
IEnumIDList
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
249
internal delegate *unmanaged [Stdcall]<
IEnumIDList
*,uint> AddRef_2;
251
internal delegate *unmanaged [Stdcall]<
IEnumIDList
*,uint> Release_3;
253
internal delegate *unmanaged [Stdcall]<
IEnumIDList
*,uint ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
255
internal delegate *unmanaged [Stdcall]<
IEnumIDList
*,uint ,winmdroot.Foundation.HRESULT> Skip_5;
257
internal delegate *unmanaged [Stdcall]<
IEnumIDList
*,winmdroot.Foundation.HRESULT> Reset_6;
259
internal delegate *unmanaged [Stdcall]<
IEnumIDList
*,winmdroot.UI.Shell.
IEnumIDList
** ,winmdroot.Foundation.HRESULT> Clone_7;
298
unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.UI.Shell.
IEnumIDList
** ppenum);
_generated\241\Windows.Win32.IShellFolder.g.cs (5)
135
private static winmdroot.Foundation.HRESULT EnumObjects(IShellFolder* pThis, winmdroot.Foundation.HWND hwnd, uint grfFlags, winmdroot.UI.Shell.
IEnumIDList
** ppenumIDList)
172
public unsafe winmdroot.Foundation.HRESULT EnumObjects(winmdroot.Foundation.HWND hwnd, uint grfFlags, winmdroot.UI.Shell.
IEnumIDList
** ppenumIDList)
174
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);
727
internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,uint ,winmdroot.UI.Shell.
IEnumIDList
** ,winmdroot.Foundation.HRESULT> EnumObjects_5;
782
unsafe winmdroot.Foundation.HRESULT EnumObjects(winmdroot.Foundation.HWND hwnd, uint grfFlags, winmdroot.UI.Shell.
IEnumIDList
** ppenumIDList);
_generated\597\Windows.Win32.UI_Shell_IEnumIDList_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Shell.
IEnumIDList
.Interface.Next(uint, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.UI.Shell.
IEnumIDList
.Interface @this, uint celt, winmdroot.UI.Shell.Common.ITEMIDLIST** rgelt, out uint pceltFetched)
33
/// <inheritdoc cref="winmdroot.UI.Shell.
IEnumIDList
.Interface.Next(uint, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint*)"/>
35
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.UI.Shell.
IEnumIDList
.Interface @this, uint celt, winmdroot.UI.Shell.Common.ITEMIDLIST** rgelt)