2 implementations of RecordInit
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
125
public HRESULT
RecordInit
(void* pvNew) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5692
public HRESULT
RecordInit
(void* pvNew) => HRESULT.E_NOTIMPL;
1 reference to RecordInit
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
66
return __object.
RecordInit
(pvNew);