SAFEARRAY.cbElements Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The size of an element of the array. The size does not include the size of the data object.
public: System::UInt32 cbElements;
public: unsigned int cbElements;
unsigned int cbElements;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")]
public uint cbElements;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")>]
val mutable cbElements : uint32
Public cbElements As UInteger
Field Value
- Attributes