WSMAN_SHELL_ASYNC structure (wsman.h)
Définit une structure asynchrone à passer à toutes les opérations de l’interpréteur de commandes. Il contient un contexte utilisateur facultatif et la fonction de rappel.
Syntaxe
typedef struct _WSMAN_SHELL_ASYNC {
PVOID operationContext;
WSMAN_SHELL_COMPLETION_FUNCTION completionFunction;
} WSMAN_SHELL_ASYNC;
Membres
operationContext
Spécifie le contexte utilisateur facultatif associé à l’opération.
completionFunction
Spécifie la fonction de rappel WSMAN_SHELL_COMPLETION_FUNCTION pour l’opération.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 |
Serveur minimal pris en charge | Windows Server 2008 R2 |
En-tête | wsman.h |
Composant redistribuable | Windows Management Framework sur Windows Server 2008 avec SP2, Windows Vista avec SP1 et Windows Vista avec SP2 |