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