2 implementations of RecordDestroy
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
166
public HRESULT
RecordDestroy
(void* pvRecord) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5733
public HRESULT
RecordDestroy
(void* pvRecord) => HRESULT.E_NOTIMPL;
1 reference to RecordDestroy
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
678
return __object.
RecordDestroy
(pvRecord);