System.VarUtils.SafeArrayCheck

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

Delphi

procedure SafeArrayCheck(AResult: HRESULT);

C++

extern DELPHI_PACKAGE void __fastcall SafeArrayCheck(HRESULT AResult);

プロパティ

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

説明

与えられたパラメータがセーフ配列操作のエラー コードかどうかを確認します。

AResult で与えられたパラメータが、セーフ配列操作のエラーコードの 1 つかどうかを確認するには、SafeArrayCheck を使用します。

関連項目