Share via


DelegateGetSQLRootRegPath Délégué

Définition

Obtient le chemin d'accès au registre racine SQL.

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 

Paramètres

sRegPath
StringBuilder

Chemin d’accès au Registre.

pdwSize
UInt32

Taille en octets.

Valeur renvoyée

true en cas de réussite ; sinon, false.

S’applique à