InstAPI.GetInstanceNameFromFTSApp(String, StringBuilder, UInt32) Method

Definition

Retrieves the instance name from the full-text search (FTS) application.

public:
 static bool GetInstanceNameFromFTSApp(System::String ^ ftsApp, System::Text::StringBuilder ^ instanceName, System::UInt32 % bufferSize);
public static bool GetInstanceNameFromFTSApp (string ftsApp, System.Text.StringBuilder instanceName, ref uint bufferSize);
static member GetInstanceNameFromFTSApp : string * System.Text.StringBuilder * uint32 -> bool
Public Shared Function GetInstanceNameFromFTSApp (ftsApp As String, instanceName As StringBuilder, ByRef bufferSize As UInteger) As Boolean

Parameters

ftsApp
String

A String value input from the FTS application.

instanceName
StringBuilder

A string value that represents the instance name.

bufferSize
UInt32

A pointer to a DWORD value to supply the length of the buffer. Returns the required length if the supplied buffer is too small.

Returns

A string that represents the instance name from the FTS application.

Applies to