29 references to PROPVARIANT
System.Private.Windows.Core (7)
_generated\198\Windows.Win32.PInvokeCore.OLE32.dll.g.cs (4)
192
/// <inheritdoc cref="PropVariantClear(winmdroot.System.Com.StructuredStorage.
PROPVARIANT
*)"/>
195
internal static unsafe winmdroot.Foundation.HRESULT PropVariantClear(ref winmdroot.System.Com.StructuredStorage.
PROPVARIANT
pvar)
197
fixed (winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pvarLocal = &pvar)
216
internal static extern unsafe winmdroot.Foundation.HRESULT PropVariantClear(winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pvar);
_generated\205\Windows.Win32.PROPVARIANT.g.cs (1)
278
internal unsafe winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pvarVal;
_generated\30\Windows.Win32.CAPROPVARIANT.g.cs (1)
27
internal unsafe winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pElems;
Windows\Win32\System\Variant\VARIANT.cs (1)
65
PInvokeCore.PropVariantClear((
PROPVARIANT
*)t);
System.Windows.Forms.Primitives (22)
_generated\225\Windows.Win32.IPropertyStore.g.cs (16)
138
/// <inheritdoc cref="GetValue(winmdroot.Foundation.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
*)"/>
140
internal unsafe void GetValue(in winmdroot.Foundation.PROPERTYKEY key, out winmdroot.System.Com.StructuredStorage.
PROPVARIANT
pv)
142
fixed (winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pvLocal = &pv)
154
private static winmdroot.Foundation.HRESULT GetValue(IPropertyStore* pThis, winmdroot.Foundation.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pv)
178
public unsafe void GetValue(winmdroot.Foundation.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pv)
180
((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPropertyStore*)Unsafe.AsPointer(ref this), key, pv).ThrowOnFailure();
183
/// <inheritdoc cref="SetValue(winmdroot.Foundation.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
*)"/>
185
internal unsafe void SetValue(in winmdroot.Foundation.PROPERTYKEY key, in winmdroot.System.Com.StructuredStorage.
PROPVARIANT
propvar)
187
fixed (winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* propvarLocal = &propvar)
199
private static winmdroot.Foundation.HRESULT SetValue(IPropertyStore* pThis, winmdroot.Foundation.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* propvar)
227
public unsafe void SetValue(winmdroot.Foundation.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* propvar)
229
((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPropertyStore*)Unsafe.AsPointer(ref this), key, propvar).ThrowOnFailure();
299
internal delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* ,winmdroot.Foundation.HRESULT> GetValue_6;
301
internal delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* ,winmdroot.Foundation.HRESULT> SetValue_7;
339
unsafe winmdroot.Foundation.HRESULT GetValue(winmdroot.Foundation.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pv);
342
unsafe winmdroot.Foundation.HRESULT SetValue(winmdroot.Foundation.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* propvar);
_generated\613\Windows.Win32.UI_Shell_PropertiesSystem_IPropertyStore_Extensions.g.cs (6)
43
/// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.GetValue(winmdroot.Foundation.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetValue(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, in winmdroot.Foundation.PROPERTYKEY key, out winmdroot.System.Com.StructuredStorage.
PROPVARIANT
pv)
46
fixed (winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* pvLocal = &pv)
56
/// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.SetValue(winmdroot.Foundation.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.
PROPVARIANT
*)"/>
57
internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, in winmdroot.Foundation.PROPERTYKEY key, in winmdroot.System.Com.StructuredStorage.
PROPVARIANT
propvar)
59
fixed (winmdroot.System.Com.StructuredStorage.
PROPVARIANT
* propvarLocal = &propvar)