Partager via


Méthode IStiDevice ::GetLastErrorInfo (sti.h)

La méthode IStiDevice ::GetLastErrorInfo retourne des informations sur la dernière erreur connue associée à un appareil d’image fixe.

Syntaxe

HRESULT GetLastErrorInfo(
  [out] STI_ERROR_INFO *pLastErrorInfo
);

Paramètres

[out] pLastErrorInfo

Pointeur fourni par l’appelant vers une structure de STI_ERROR_INFO pour recevoir des informations d’erreur.

Valeur retournée

Si l’opération réussit, la méthode retourne S_OK. Sinon, elle retourne l’un des codes d’erreur préfixés STIERR définis dans stierr.h<.

Remarques

La méthode IStiDevice ::GetLastErrorInfo retourne des informations sur l’erreur la plus récente en remplissant la structure STI_ERROR_INFO fournie par l’appelant . La méthode appelle IStiUSD ::GetLastErrorInfo, qui est exporté par des minidrivers fournis par le fournisseur.

Avant d’appeler IStiDevice ::GetLastErrorInfo, les clients de l’interface COM IStiDevice doivent appeler IStillImage ::CreateDevice pour obtenir un pointeur d’interface IStiDevice , qui fournit l’accès à un appareil spécifié.

Configuration requise

Condition requise Valeur
Plateforme cible Desktop (Expérience utilisateur)
En-tête sti.h (inclure Sti.h)