System.VarUtils.SafeArrayDestroyDescriptor

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

Delphi

function SafeArrayDestroyDescriptor; external oleaut name 'SafeArrayDestroyDescriptor';

C++

extern "C" HRESULT __stdcall SafeArrayDestroyDescriptor(System::PVarArray VarArray);

プロパティ

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

説明

与えられたセーフ配列の記述子を破棄します。

SafeArrayDestroyDescriptor は、与えられたセーフ配列の記述子を破棄します。このルーチンは、SafeArrayDestroy ルーチンによって内部的に使用されます。アプリケーションを記述するときには、このルーチンを直接使用しないことをお勧めします。

関連項目