Méthode IStillImageW ::GetHwNotificationState (sti.h)
La méthode IStillImage ::GetHwNotificationState indique si les applications sont averties lorsque des événements d’appareil d’image fixe se produisent sur un appareil spécifié.
Syntaxe
HRESULT GetHwNotificationState(
[in] LPCWSTR pwszDeviceName,
[out] BOOL *pbCurrentState
);
Paramètres
[in] pwszDeviceName
Pointeur fourni par l’appelant vers une chaîne représentant un nom d’appareil interne, obtenue en appelant IStillImage ::GetSTILaunchInformation ou IStillImage ::GetDeviceList.
[out] pbCurrentState
Reçoit TRUE si la notification d’événement est activée, ou FALSE dans le cas contraire.
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
Avant d’appeler IStillImage ::GetHwNotificationState, les clients de l’interface COM IStillImage doivent appeler IStillImage ::StiCreateInstance pour obtenir un pointeur d’interface IStillImage .
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Desktop (Expérience utilisateur) |
En-tête | sti.h (inclure Sti.h) |