DelegateGetInstanceIDFromService Délégué

Définition

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.

S’applique à