DelegateGetSQLVerSpecificRegString Delegate

 

Represents the specific registry string value for SQL server.

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

public delegate bool DelegateGetSQLVerSpecificRegString(
	String^ sRegPath,
	String^ sValueName,
	StringBuilder^ sString,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

true if successful; otherwise, false.

Return to top
Show: