DelegateGetInstRegPathByName Delegate

 

Gets the registry subtree from an installed instance name.

Namespace:   Microsoft.SqlServer
Assembly:  Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)

public delegate bool DelegateGetInstRegPathByName(
	String^ sInstanceName,
	SQL_SVCS Service,
	StringBuilder^ sRegPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

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

Return to top
Show: