System.Variants.VarAsError
Delphi
function VarAsError(AResult: HRESULT): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarAsError(HRESULT AResult);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
説明
HRESULT を Error バリアントに変換します。
VarAsError 関数は,HRESULT 結果コードを,同等の varError 型バリアントに変換します。