Partager via


Méthode ISoftwareBitmapNative ::GetData (windows.graphics.imaging.interop.h)

Cette méthode retourne une interface qui fournit l’accès aux données bitmap du logiciel.

Syntaxe

HRESULT GetData(
  [in] REFIID riid,
       LPVOID *ppv
);

Paramètres

[in] riid

Type : REFIID

IID de l’interface à récupérer.

ppv

Type : LPVOID*

Lorsque cette méthode retourne correctement, contient le pointeur d’interface demandé dans le paramètre riid .

Valeur retournée

Type : HRESULT

Retourne S_OK en cas de réussite de l’exécution. Retourne E_NOINTERFACE si l’interface demandée est introuvable.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête windows.graphics.imaging.interop.h
Bibliothèque Windows.graphics.imaging.interop.lib
DLL Windows.graphics.imaging.interop.dll

Voir aussi

ISoftwareBitmapNative