2 implementations of PutFieldNoCopy
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
156public HRESULT PutFieldNoCopy(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5723public HRESULT PutFieldNoCopy(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => HRESULT.E_NOTIMPL;
3 references to PutFieldNoCopy
System.Private.Windows.Core (3)
Windows.Win32.IRecordInfo.g.cs (1)
488 return __object.PutFieldNoCopy(wFlags, pvData, szFieldName, pvarField);
Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (2)
85 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.PutFieldNoCopy(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 92 winmdroot.Foundation.HRESULT __result = @this.PutFieldNoCopy(wFlags, pvData, szFieldNameLocal, pvarFieldLocal);