DelegateGetSQLRootRegPath Délégué

Définition

Obtient le chemin du 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

Le chemin du registre.

pdwSize
UInt32

Taille en octets.

Valeur renvoyée

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

S’applique à