DelegateGetVerSpecificRootRegPath 委托

定义

获取 SQL Server 的特定根注册路径的版本。

public delegate bool DelegateGetVerSpecificRootRegPath(StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetVerSpecificRootRegPath(StringBuilder sRegPath, out uint pdwSize);
type DelegateGetVerSpecificRootRegPath = delegate of StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetVerSpecificRootRegPath(sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

参数

sRegPath
StringBuilder

一个指向用于接收注册表路径的缓冲区的指针。

pdwSize
UInt32

一个指向用于提供缓冲区长度的 DWORD 值的指针。 如果提供的缓冲区太小,则返回所需长度。

返回值

true 如果值包含 sql Server 的特定根注册路径,则为 ;否则为 false

适用于