4 references to InitPropVariantFromBuffer
System.Windows.Forms.Primitives.Tests (4)
Interop\Oleaut32\VARIANTTests.cs (4)
1212HRESULT hr = InitPropVariantFromBuffer(pResult, (uint)result.Length, &variant); 1247HRESULT hr = InitPropVariantFromBuffer(pResult, (uint)result.Length, &variant); 1761HRESULT hr = InitPropVariantFromBuffer(pResult, (uint)(result.Length * sizeof(Guid)), &variant); 1923HRESULT hr = InitPropVariantFromBuffer(pResult, (uint)(result.Length * sizeof(VARIANT)), &variant);