DelegateGetInstanceNameFromService Delegato

Definizione

Ottiene un valore che indica se il delegato ha esito positivo nel recupero del nome dell'istanza dal servizio.

public delegate bool DelegateGetInstanceNameFromService(System::String ^ sServiceName, StringBuilder ^ sInstanceName, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstanceNameFromService(string sServiceName, StringBuilder sInstanceName, out uint pdwSize);
type DelegateGetInstanceNameFromService = delegate of string * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstanceNameFromService(sServiceName As String, sInstanceName As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parametri

sServiceName
String

Il nome del servizio.

sInstanceName
StringBuilder

Nome dell'istanza.

pdwSize
UInt32

Dimensione stimata della struttura restituita, in byte.

Valore restituito

true se il delegato ha esito positivo; in caso contrario, false.

Si applica a