DelegateGetSQLInstanceRegStringByID Delegate

Definition

Gets a value whether the SQL instance registry string is registered by ID.

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

Parameters

pInstanceID
INST_ID

The ID.

sRegPath
String

The registry path.

sValueName
String

The value of the name.

sString
StringBuilder

The string value of the registry.

pdwSize
UInt32

The size in bytes.

Return Value

true if the SQL instance registry string is registered by ID; otherwise, false.

Applies to