System.VarUtils.SafeArrayUnaccessData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayUnaccessData; external oleaut name 'SafeArrayUnaccessData';

Properties

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

Description

Unlocks a safe array previously locked using the SafeArrayAccessData routine.

Use SafeArrayUnaccessData to unlock a safe array that was previously locked with a call to SafeArrayAccessData.

Calling SafeArrayUnaccessData is equivalent to making a call to SafeArrayUnlock with the same safe array as parameter.

See Also