3 references to FADF_BSTR
System.Private.Windows.Core (2)
Windows\Win32\System\Com\SAFEARRAY.cs (2)
43ADVANCED_FEATURE_FLAGS hardwiredType = fFeatures & (FADF_BSTR | FADF_UNKNOWN | FADF_DISPATCH | FADF_VARIANT); 44if (hardwiredType == FADF_BSTR && cbElements == sizeof(char*))
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
45yield return new object[] { VT_BSTR, FADF_HAVEVARTYPE | FADF_BSTR, IntPtr.Size };