FN_VMB_CHANNEL_GET_POINTER fonction de rappel (vmbuskernelmodeclientlibapi.h)
[Certaines informations portent sur la préversion du produit, qui est susceptible d’être en grande partie modifié avant sa commercialisation. Microsoft ne donne aucune garantie, expresse ou implicite, concernant les informations fournies ici.]
La fonction VmbChannelGetPointer permet à un pilote client de récupérer un pointeur précédemment enregistré à l’aide de la fonction VmbPacketSetPointer .
Syntaxe
FN_VMB_CHANNEL_GET_POINTER FnVmbChannelGetPointer;
PVOID FnVmbChannelGetPointer(
VMBCHANNEL Channel
)
{...}
Paramètres
Channel
Handle pour un canal.
Valeur retournée
Valeur précédemment enregistrée à l’aide de VmbPacketSetPointer.
Remarques
Important
Cette fonction est appelée via l’interface KMCL (Kernel Mode Client Library) VMBus, fournie par le pilote de bus Vmbkmcl.sys. Il s’agit d’une fonction cliente accessible à partir de la structure KMCL_CLIENT_INTERFACE_V1 .
Pour plus d’informations, consultez la section Remarques du KMCL_CLIENT_INTERFACE_V1.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 version 1803 |
En-tête | vmbuskernelmodeclientlibapi.h |