Fonction IddCxAdapterInitAsync (iddcx.h)
IddCxAdapterInitAsync est une fonction d’initiation asynchrone appelée par le pilote d’affichage indirect (IDD) pour créer une carte graphique WDDM.
Syntaxe
NTSTATUS IddCxAdapterInitAsync(
[in] const IDARG_IN_ADAPTER_INIT *pInArgs,
[out] IDARG_OUT_ADAPTER_INIT *pOutArgs
);
Paramètres
[in] pInArgs
Pointeur vers une structure de IDARG_IN_ADAPTER_INIT contenant les informations nécessaires pour initialiser un adaptateur qui sera hébergé sur un appareil WDF.
[out] pOutArgs
Pointeur vers une structure IDARG_OUT_ADAPTER_INIT dans laquelle l’IDD retourne des informations sur l’adaptateur initialisé.
Valeur retournée
(NTSTATUS) La méthode retourne S_OK si l’opération réussit. Sinon, elle retourne 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 |