.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SafeArrayDestroy 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSafeArrayDestroy\fR (OLEAUT32.16) .SH SYNOPSIS HRESULT SafeArrayDestroy ( SAFEARRAY* \fIpsa\fR ) .SH DESCRIPTION .PP Destroy a SafeArray. .SH PARAMS \fIpsa\fR \fB[In]\fR Array to destroy. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. All resources used by the array are freed. .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .SH NOTES .PP See \fBSafeArray(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/safearray.c"\fR. .PP Debug channel \fB"variant"\fR.