DelegateGetSQLRootRegPath Delegar

Definição

Obtém o caminho de registro de raiz do 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 

Parâmetros

sRegPath
StringBuilder

O caminho do registro.

pdwSize
UInt32

O tamanho em bytes.

Valor Retornado

Boolean

true se for bem-sucedido, caso contrário, false.

Aplica-se a