DelegateGetInstanceIDFromService Delegate

Definition

Represents the instance identifier from a buffer to receive the service name.

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 

Parameters

sServiceName
String

A String that contains the name of the service.

pInstanceID
INST_ID

Receives a pointer to the ID of the monitor.

Return Value

A Boolean value contains the instance identifier from a buffer to receive the service name.

Applies to