9 references to GETPROPERTYSTOREFLAGS
System.Windows.Forms.Primitives (9)
Windows.Win32.IShellItemArray.g.cs (7)
115 /// <inheritdoc cref="GetPropertyStore(winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS, global::System.Guid*, void**)"/> 116 internal unsafe void GetPropertyStore(winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS flags, in global::System.Guid riid, out void* ppv) 130 private static winmdroot.Foundation.HRESULT GetPropertyStore(IShellItemArray* pThis, winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS flags, global::System.Guid* riid, void** ppv) 168 public unsafe void GetPropertyStore(winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS flags, global::System.Guid* riid, void** ppv) 170 ((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IShellItemArray*)Unsafe.AsPointer(ref this), flags, riid, ppv).ThrowOnFailure(); 434 internal delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> GetPropertyStore_5; 480 unsafe winmdroot.Foundation.HRESULT GetPropertyStore(winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS flags, global::System.Guid* riid, void** ppv);
Windows.Win32.UI_Shell_IShellItemArray_Extensions.g.cs (2)
39 /// <inheritdoc cref="winmdroot.UI.Shell.IShellItemArray.Interface.GetPropertyStore(winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS, global::System.Guid*, void**)"/> 40 internal static unsafe winmdroot.Foundation.HRESULT GetPropertyStore(this winmdroot.UI.Shell.IShellItemArray.Interface @this, winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS flags, in global::System.Guid riid, out void* ppv)