DelegateGetSQLRootRegPath Делегат

Определение

Возвращает путь в реестре корневого каталога 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 

Параметры

sRegPath
StringBuilder

Путь к реестру.

pdwSize
UInt32

Размер в байтах.

Возвращаемое значение

Значение true в случае успешного выполнения; в противном случае — значение false.

Применяется к