DelegateGetInstanceNameFromFTSApp Delegate

Definition

Represents whether the object is installed instance from the full text service.

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 

Parameters

sFTSApp
String

The input from the FTS application.

sInstanceName
StringBuilder

The instance name.

pdwSize
UInt32

The estimated size of the structure returned, in bytes.

Return Value

true if the object is installed instance from the full text service; otherwise, false.

Applies to