Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Methods
The destructor. |
|
Adds one or more elements, or a SAFEARRAY structure, to a CComSafeArray. |
|
Attaches a SAFEARRAY structure to a CComSafeArray object. |
|
The constructor. |
|
Copies the contents of a SAFEARRAY structure into the CComSafeArray object. |
|
Creates a copy of the CComSafeArray object. |
|
Creates a CComSafeArray object. |
|
Destroys a CComSafeArray object. |
|
Detaches a SAFEARRAY from a CComSafeArray object. |
|
Retrieves a single element from a single-dimensional array. |
|
Returns the number of elements in the array. |
|
Returns the number of dimensions in the array. |
|
Returns the lower bound for a given dimension of the array. |
|
Returns the address of the m_psa data member. |
|
Returns the type of data stored in the array. |
|
Returns the upper bound for any dimension of the array. |
|
Tests if a CComSafeArray object can be resized. |
|
Retrieves a single element from a multidimensional array. |
|
Sets the value of an element in a multidimensional array. |
|
Resizes a CComSafeArray object. |
|
Sets the value of an element in a single-dimensional array. |
Operators
Retrieves an element from the array. |
|
Assignment operator. |
|
Casts a value to a SAFEARRAY pointer. |
Data Members
This data member holds the address of the SAFEARRAY structure. |