DelegateGetSQLRootRegPath Delegate

Definition

Gets the SQL root registry path

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

Parameters

sRegPath
StringBuilder

The registry path.

pdwSize
UInt32

The size in bytes.

Return Value

true if successful; otherwise, false.

Applies to