SAFEARRAY Fields
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | cbElements | The size of an element of the array. The size does not include the size of the data object. |
![]() | cDims | The number of dimensions in this array. |
![]() | cLocks | The number of times the array has been locked without a corresponding unlock. |
![]() | fFeatures | Flags that define the type of the safe array. |
![]() | pvData | Pointer to the data. |
![]() | rgsabound | The SAFEARRAYBOUND for this safe array. |
Show:
