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