4 references to cbElements
Microsoft.Private.Windows.Core (4)
Windows\Win32\System\Com\SAFEARRAY.cs (4)
43
if (hardwiredType == FADF_BSTR &&
cbElements
== sizeof(char*))
47
else if (hardwiredType == FADF_UNKNOWN &&
cbElements
== sizeof(IntPtr))
51
else if (hardwiredType == FADF_DISPATCH &&
cbElements
== sizeof(IntPtr))
55
else if (hardwiredType == FADF_VARIANT &&
cbElements
== sizeof(VARIANT))