DelegateGetInstRegPathByName Delegate

Definition

Gets a value whether the registry subtree installed from an instance name.

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

Parameters

sInstanceName
String

The instance name.

Service
SQL_SVCS

The service.

sRegPath
StringBuilder

The registry path.

pdwSize
UInt32

The size in bytes.

Return Value

true if the registry subtree installed from an instance name; otherwise, false.

Applies to