SafeArrayDestroyDescriptor (OLEAUT32.38)
HRESULT SafeArrayDestroyDescriptor ( SAFEARRAY* psa )
Destroy a SafeArray.
psa | [In] | SafeArray to destroy. |
Success: S_OK. The resources used by the array are freed.
Failure: An HRESULT error code indicating the error.
See SafeArray.
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/safearray.c". source.winehq.org/source/dlls/oleaut32/safearray.c
Debug channel "variant".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.