SAFEARRAY Struct

Definition

Describes a safe array and its attributes.

public value class SAFEARRAY
struct SAFEARRAY
[System.Runtime.InteropServices.ComConversionLoss]
public struct SAFEARRAY
[<System.Runtime.InteropServices.ComConversionLoss>]
type SAFEARRAY = struct
Public Structure SAFEARRAY
Inheritance
SAFEARRAY
Attributes

Fields

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.

Applies to