44 references to PROPERTYKEY
System.Windows.Forms.Primitives (44)
Windows.Win32.IPropertyStore.g.cs (24)
95 /// <inheritdoc cref="GetAt(uint, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*)"/> 96 internal unsafe void GetAt(uint iProp, out winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY pkey) 98 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* pkeyLocal = &pkey) 107 private static winmdroot.Foundation.HRESULT GetAt(IPropertyStore* pThis, uint iProp, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* pkey) 129 public unsafe void GetAt(uint iProp, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* pkey) 131 ((delegate *unmanaged [Stdcall]<IPropertyStore*,uint ,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyStore*)Unsafe.AsPointer(ref this), iProp, pkey).ThrowOnFailure(); 134 /// <inheritdoc cref="GetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.PROPVARIANT*)"/> 135 internal unsafe void GetValue(in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY key, out winmdroot.System.Com.StructuredStorage.PROPVARIANT pv) 139 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyLocal = &key) 149 private static winmdroot.Foundation.HRESULT GetValue(IPropertyStore* pThis, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* pv) 173 public unsafe void GetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* pv) 175 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPropertyStore*)Unsafe.AsPointer(ref this), key, pv).ThrowOnFailure(); 178 /// <inheritdoc cref="SetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.PROPVARIANT*)"/> 179 internal unsafe void SetValue(in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY key, in winmdroot.System.Com.StructuredStorage.PROPVARIANT propvar) 183 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyLocal = &key) 193 private static winmdroot.Foundation.HRESULT SetValue(IPropertyStore* pThis, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* propvar) 221 public unsafe void SetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* propvar) 223 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPropertyStore*)Unsafe.AsPointer(ref this), key, propvar).ThrowOnFailure(); 289 internal delegate *unmanaged [Stdcall]<IPropertyStore*,uint ,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.Foundation.HRESULT> GetAt_5; 291 internal delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT> GetValue_6; 293 internal delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT> SetValue_7; 328 unsafe winmdroot.Foundation.HRESULT GetAt(uint iProp, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* pkey); 331 unsafe winmdroot.Foundation.HRESULT GetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* pv); 334 unsafe winmdroot.Foundation.HRESULT SetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* propvar);
Windows.Win32.IShellItemArray.g.cs (8)
173 /// <inheritdoc cref="GetPropertyDescriptionList(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, global::System.Guid*, void**)"/> 174 internal unsafe void GetPropertyDescriptionList(in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY keyType, in global::System.Guid riid, out void* ppv) 180 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyTypeLocal = &keyType) 191 private static winmdroot.Foundation.HRESULT GetPropertyDescriptionList(IShellItemArray* pThis, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyType, global::System.Guid* riid, void** ppv) 230 public unsafe void GetPropertyDescriptionList(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyType, global::System.Guid* riid, void** ppv) 232 ((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IShellItemArray*)Unsafe.AsPointer(ref this), keyType, riid, ppv).ThrowOnFailure(); 436 internal delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> GetPropertyDescriptionList_6; 483 unsafe winmdroot.Foundation.HRESULT GetPropertyDescriptionList(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyType, global::System.Guid* riid, void** ppv);
Windows.Win32.UI_Shell_IShellItemArray_Extensions.g.cs (3)
52 /// <inheritdoc cref="winmdroot.UI.Shell.IShellItemArray.Interface.GetPropertyDescriptionList(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, global::System.Guid*, void**)"/> 53 internal static unsafe winmdroot.Foundation.HRESULT GetPropertyDescriptionList(this winmdroot.UI.Shell.IShellItemArray.Interface @this, in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY keyType, in global::System.Guid riid, out void* ppv) 59 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyTypeLocal = &keyType)
Windows.Win32.UI_Shell_PropertiesSystem_IPropertyStore_Extensions.g.cs (9)
33 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.GetAt(uint, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetAt(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, uint iProp, out winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY pkey) 36 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* pkeyLocal = &pkey) 43 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.GetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.PROPVARIANT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetValue(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY key, out winmdroot.System.Com.StructuredStorage.PROPVARIANT pv) 48 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyLocal = &key) 56 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.SetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.PROPVARIANT*)"/> 57 internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY key, in winmdroot.System.Com.StructuredStorage.PROPVARIANT propvar) 61 fixed (winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* keyLocal = &key)