System.VarUtils.SafeArrayDestroyDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayDestroyDescriptor; external oleaut name 'SafeArrayDestroyDescriptor';

Properties

Type Visibility Source Unit Parent
function external public System.VarUtils.pas System.VarUtils System.VarUtils

Description

Destroys the descriptor of the given safe array.

SafeArrayDestroyDescriptor destroys the descriptor of the given safe array. It is used internally by the SafeArrayDestroy routine. We recommend you not to use it directly when writing your application.

See Also