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