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

适用于