DelegateGetInstanceNameFromFTSApp Delegato

Definizione

Rappresenta se l'oggetto è installato dall'istanza full-text del servizio.

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

Input dell'applicazione FTS.

sInstanceName
StringBuilder

Nome dell'istanza.

pdwSize
UInt32

Dimensione stimata della struttura restituita, in byte.

Valore restituito

true se l'oggetto è installato dal servizio full-text; in caso contrario, false.

Si applica a