Fonction IddCxSwapChainSetDevice (iddcx.h)
Fonction de rappel du système d’exploitation que le pilote appelle dans sa routine SetSwapChain pour configurer la chaîne d’échange avec un appareil DXGI particulier.
Syntaxe
HRESULT IddCxSwapChainSetDevice(
[in] IDDCX_SWAPCHAIN SwapChainObject,
[in] const IDARG_IN_SWAPCHAINSETDEVICE *pInArgs
);
Paramètres
[in] SwapChainObject
Objet de chaîne d’échange qui sera configuré avec un appareil DXGI particulier.
[in] pInArgs
Arguments d’entrée de la fonction
Valeur retournée
(NTSTATUS) La méthode retourne STATUS_SUCCESS si l’opération réussit. Sinon, cette méthode peut retourner un code d’erreur NTSTATUS approprié.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 |
Serveur minimal pris en charge | Windows Server 2016 |
Plateforme cible | Windows |
En-tête | iddcx.h |
Bibliothèque | IddCxStub.lib |
DLL | IddCx.dll |
IRQL | Must_inspect_result |