2 implementations of RecordClear
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
127public HRESULT RecordClear(void* pvExisting) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5694public HRESULT RecordClear(void* pvExisting) => HRESULT.E_NOTIMPL;
1 reference to RecordClear
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
101 return __object.RecordClear(pvExisting);