DelegateGetSQLRootRegPath Delegato

Definizione

Ottiene il percorso del Registro di sistema radice 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 

Parametri

sRegPath
StringBuilder

Percorso del registro di sistema.

pdwSize
UInt32

Dimensioni in byte.

Valore restituito

Boolean

true se ha esito positivo; in caso contrario, false.

Si applica a