InstAPI.GetVerSpecificRootRegPath(StringBuilder, UInt32) Method

Definition

Retrieves the version specific (not instance specific) registry root for SQL Server.

public:
 static bool GetVerSpecificRootRegPath(System::Text::StringBuilder ^ registryPath, System::UInt32 % bufferSize);
public static bool GetVerSpecificRootRegPath (System.Text.StringBuilder registryPath, ref uint bufferSize);
static member GetVerSpecificRootRegPath : System.Text.StringBuilder * uint32 -> bool
Public Shared Function GetVerSpecificRootRegPath (registryPath As StringBuilder, ByRef bufferSize As UInteger) As Boolean

Parameters

registryPath
StringBuilder

A pointer to a buffer to receive the registry path.

bufferSize
UInt32

A pointer to a DWORD value to supply the length of the buffer. Returns the required length if the supplied buffer is too small.

Returns

true if the call succeeded; otherwise, false.

Applies to