Méthode ICompositorInterop ::CreateCompositionSurfaceForSwapChain (windows.ui.composition.interop.h)
Crée un instance de CompositionSurface à utiliser avec une chaîne d’échange.
Syntaxe
HRESULT CreateCompositionSurfaceForSwapChain(
[in] IUnknown *swapChain,
[out] ICompositionSurface **result
);
Paramètres
[in] swapChain
Type : IUnknown*
Chaîne d’échange pour laquelle créer compositionSurface.
[out] result
Type : ICompositionSurface**
CompositionSurface créé.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Windows |
En-tête | windows.ui.composition.interop.h |