System.VarUtils.SafeArrayAllocDescriptor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function SafeArrayAllocDescriptor; external oleaut name 'SafeArrayAllocDescriptor';

C++

extern "C" HRESULT __stdcall SafeArrayAllocDescriptor(int DimCount, /* out */ System::PVarArray &VarArray);

プロパティ

種類 可視性 ソース ユニット
function external public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

説明

セーフ配列に記述子を割り当てます。

SafeArrayAllocDescriptor は、与えられたセーフ配列に記述子を割り当てます。このルーチンは、SafeArrayCreate ルーチンと SafeArrayCopy ルーチンで内部的に使用されます。アプリケーションを記述するときには、このルーチンを直接使用しないことをお勧めします。

関連項目