DelegateGetInstRegPathByID Delegate

 

Gets the registry subtree by an instance identifier that represents an installed SQL component.

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

public delegate bool DelegateGetInstRegPathByID(
	INST_ID^ pInstanceID,
	SQL_SVCS Service,
	StringBuilder^ sRegPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

true if it represents an installed SQL component.; otherwise, false.

Return to top
Show: