System.VarUtils.SafeArrayAccessData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayAccessData; external oleaut name 'SafeArrayAccessData';

Properties

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

Description

Returns a pointer to the actual safe array data and locks the safe array.

Use SafeArrayAccessData to obtain a pointer to the actual safe array data and also to lock the safe array.

See Also