DelegateGetInstanceNameFromFTSApp Delegato

Definizione

Rappresenta se l'oggetto è stata installata un'istanza dal servizio di testo completo.

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

Parametri

sFTSApp
String

L'input dell'applicazione FTS.

sInstanceName
StringBuilder

Nome dell'istanza.

pdwSize
UInt32

La dimensione stimata della struttura è stata restituita, in byte.

Valore restituito

true se l'oggetto viene installato un'istanza dal servizio di testo completo; altrimenti, false.

Si applica a