IddCxSwapChainSetDevice, fonction (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 à la fonction
Valeur de retour
(NTSTATUS) La méthode retourne STATUS_SUCCESS si l’opération réussit. Dans le cas contraire, cette méthode peut retourner un code d’erreur NTSTATUS approprié.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10 |
serveur minimum pris en charge | Windows Server 2016 |
plateforme cible | Windows |
d’en-tête | iddcx.h |
bibliothèque | IddCxStub.lib |
DLL | IddCx.dll |
IRQL | Must_inspect_result |