2 implementations of RecordCopy
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
129
public HRESULT
RecordCopy
(void* pvExisting, void* pvNew) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5696
public HRESULT
RecordCopy
(void* pvExisting, void* pvNew) => HRESULT.E_NOTIMPL;
1 reference to RecordCopy
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
133
return __object.
RecordCopy
(pvExisting, pvNew);