Scroll to navigation

SafeArrayDestroyDescriptor(3w) Wine API SafeArrayDestroyDescriptor(3w)

NAME

SafeArrayDestroyDescriptor (OLEAUT32.38)

SYNOPSIS

HRESULT SafeArrayDestroyDescriptor
(
SAFEARRAY* psa
)
 

DESCRIPTION

Destroy a SafeArray.
 

PARAMS

psa [In] SafeArray to destroy.
 

RETURNS

Success: S_OK. The resources used by the array are freed.
Failure: An HRESULT error code indicating the error.
 

NOTES

See SafeArray(3w).
 

IMPLEMENTATION

Declared in "oleauto.h".
Implemented in "dlls/oleaut32/safearray.c".
Debug channel "variant".
Oct 2012 Wine API