DelegateGetInstancePipeByName Delegato

Definizione

Ottiene un valore che indica se la pipe dell'istanza è installata in base al nome dell'istanza.

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

Parametri

sInstanceName
String

Valore stringa del nome dell'istanza.

instancePipe
StringBuilder

Generatore di stringhe della pipe dell'istanza.

pdwSize
UInt32

Unsigned Integer della dimensione dei dati.

Valore restituito

Boolean

trueSe la pipe dell'istanza viene installata in base al nome dell'istanza; in caso contrario, false .

Si applica a