IddCxAdapterInitAsync, fonction (iddcx.h)
IddCxAdapterInitAsync est une fonction d’initiation asynchrone appelée par le pilote d’affichage indirect (IDD) pour créer un adaptateur 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 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 de retour
(NTSTATUS) La méthode retourne S_OK si l’opération réussit. Sinon, elle retourne 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 |