System.Variants.VarAsError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarAsError(AResult: HRESULT): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarAsError(HRESULT AResult);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Convertit un HRESULT en un variant d'erreur.

VarAsError convertit un code résultat HRESULT en un variant équivalent de type varError.

Voir aussi