DelegateGetInstanceIDFromService Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente l'identificateur d'instance d'un tampon pour recevoir le nom de service.
public delegate bool DelegateGetInstanceIDFromService(System::String ^ sServiceName, INST_ID ^ pInstanceID);
public delegate bool DelegateGetInstanceIDFromService(string sServiceName, INST_ID pInstanceID);
type DelegateGetInstanceIDFromService = delegate of string * INST_ID -> bool
Public Delegate Function DelegateGetInstanceIDFromService(sServiceName As String, pInstanceID As INST_ID) As Boolean
Paramètres
- sServiceName
- String
Chaîne qui contient le nom du service.
- pInstanceID
- INST_ID
Reçoit un pointeur vers l’ID du moniteur.
Valeur renvoyée
Une Boolean valeur contient l’identificateur instance d’une mémoire tampon pour recevoir le nom du service.