System.VarUtils.SafeArrayAccessData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayAccessData; external oleaut name 'SafeArrayAccessData';

C++

extern "C" HRESULT __stdcall SafeArrayAccessData(System::PVarArray VarArray, /* out */ void * &Data);

Properties

Type Visibility Source Unit Parent
function external public
System.VarUtils.pas
System.VarUtils.hpp
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