SafeArrayDestroyDescriptor function
Destroys the descriptor of the specified safe array.
Syntax
HRESULT SafeArrayDestroyDescriptor( _In_ SAFEARRAY *psa );
Parameters
- psa [in]
-
A safe array descriptor.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The argument psa was not valid. |
|
The array is locked. |
Remarks
This function is typically used to destroy the descriptor of a safe array that contains elements with data types other than variants. Destroying the array descriptor does not destroy the elements in the array. Before destroying the array descriptor, call SafeArrayDestroyData to free the elements.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: